Changeset 6439
- Timestamp:
- 06/05/06 14:01:17 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/config.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/config.py
r6339 r6439 1401 1401 _('You must create your account before editing your personal information.')) 1402 1402 return 1403 jid = self.xml.get_widget('jid_entry').get_text().decode('utf-8')1404 1403 1405 1404 # show error dialog if account is newly created (not in gajim.connections) … … 1410 1409 return 1411 1410 1412 # in infos the key jid is OUR jid so we save the vcardwindow instance there 1413 if gajim.interface.instances[self.account]['infos'].has_key(jid): 1414 gajim.interface.instances[self.account]['infos'][jid].window.present() 1415 else: 1416 gajim.interface.instances[self.account]['infos'][jid] = \ 1417 vcard.VcardWindow(jid, self.account, True) 1411 gajim.interface.edit_own_details(self.account) 1418 1412 1419 1413 def on_manage_proxies_button_clicked(self, widget):
