fix so it has only LF
This commit is contained in:
parent
c497457a2a
commit
10554dcc78
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue