Changeset 6438

Show
Ignore:
Timestamp:
06/05/06 13:58:17 (2 years ago)
Author:
jim++
Message:

Use unified way to ask our own vcard so it is auto retrieved

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.10/src/config.py

    r6407 r6438  
    13901390                        return 
    13911391 
    1392                 # in infos the key jid is OUR jid so we save the vcardwindow instance there 
    1393                 if gajim.interface.instances[self.account]['infos'].has_key(jid): 
    1394                         gajim.interface.instances[self.account]['infos'][jid].window.present() 
    1395                 else: 
    1396                         gajim.interface.instances[self.account]['infos'][jid] = \ 
    1397                                 vcard.VcardWindow(jid, self.account, True) 
     1392                gajim.interface.edit_own_details(self.account) 
    13981393 
    13991394        def on_manage_proxies_button_clicked(self, widget):