fix so it has only LF

This commit is contained in:
Nikos Kouremenos 2005-09-07 10:11:53 +00:00
parent c497457a2a
commit 10554dcc78
1 changed files with 1 additions and 1 deletions

View File

@ -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