Changeset 8684 for branches/gajim_0.11.1/src
- Timestamp:
- 08/31/07 19:24:35 (15 months ago)
- Files:
-
- 1 modified
-
branches/gajim_0.11.1/src/gajim.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11.1/src/gajim.py
r8683 r8684 921 921 if account in self.show_vcard_when_connect: 922 922 self.show_vcard_when_connect.remove(account) 923 jid = array['jid'] 924 if self.instances[account]['infos'].has_key(jid): 925 self.instances[account]['infos'][jid].set_values(array) 923 926 924 927 def handle_event_vcard(self, account, vcard):
