Show
Ignore:
Timestamp:
08/31/07 19:24:35 (15 months ago)
Author:
asterix
Message:

[misc] Update own vcard when requested. Fix #3237

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11.1/src/gajim.py

    r8683 r8684  
    921921                        if account in self.show_vcard_when_connect: 
    922922                                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) 
    923926 
    924927        def handle_event_vcard(self, account, vcard):