Changeset 9074
- Timestamp:
- 11/29/07 22:06:39 (12 months ago)
- Files:
-
- 1 modified
-
trunk/src/config.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/config.py
r9062 r9074 1293 1293 self.window.destroy() 1294 1294 1295 def on_accounts_window_destroy(self, widget):1296 if gajim.interface.instances.has_key('accounts'):1297 del gajim.interface.instances['accounts']1298 1299 1295 def __init__(self): 1300 1296 self.xml = gtkgui_helpers.get_glade('accounts_window.glade') … … 1742 1738 # ServiceCache object keep old property account 1743 1739 if hasattr(gajim.connections[old_name], 'services_cache'): 1744 gajim.connections[ self.account].services_cache.account = new_name1740 gajim.connections[old_name].services_cache.account = new_name 1745 1741 del gajim.interface.instances[old_name] 1746 1742 del gajim.interface.minimized_controls[old_name]
