diff --git a/src/gajim.py b/src/gajim.py index 458dbe8d1..d63a6ed16 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -549,7 +549,7 @@ class Interface: gajim.config.set_per('accounts', name, opt, array[1][opt]) if self.windows.has_key('account_modification'): self.windows['account_modification'].account_is_ok(array[0]) - self.windows[name] = {'infos': {}, 'chats': {}, 'gc': {}, 'gc_config': {}} + self.windows[name] = {'infos': {}, 'chats': {}, 'gc': {}, 'gc_config': {}} self.windows[name]['xml_console'] = dialogs.XMLConsoleWindow(self, name) gajim.awaiting_messages[name] = {} # disconnect from server - our status in roster is offline