Changeset 6438 for branches/gajim_0.10/src/config.py
- Timestamp:
- 06/05/06 13:58:17 (2 years ago)
- Files:
-
- 1 modified
-
branches/gajim_0.10/src/config.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.10/src/config.py
r6407 r6438 1390 1390 return 1391 1391 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) 1398 1393 1399 1394 def on_manage_proxies_button_clicked(self, widget):
