Changeset 9264 for branches/jingle

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

set FARSIGHT_LIBS var

Location:
branches/jingle
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/jingle/configure.ac

    r9263 r9264  
    3030AM_NLS 
    3131 
     32FARSIGHT_LIBS=`$PKG_CONFIG --libs farsight-0.1` 
     33AC_SUBST(FARSIGHT_LIBS) 
    3234FARSIGHT_CFLAGS=`$PKG_CONFIG --cflags farsight-0.1` 
    3335AC_SUBST(FARSIGHT_CFLAGS) 
  • 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)