Show
Ignore:
Timestamp:
01/23/08 00:37:19 (10 months ago)
Author:
asterix
Message:

set FARSIGHT_LIBS var

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/jingle/src/common/contacts.py

    r8447 r9264  
    406406                order = 0 
    407407                if data.has_key('order'): 
    408                         order = data['order'] 
     408                        order = int(data['order']) 
    409409                if order: 
    410410                        family = self.get_metacontacts_family(account, jid)