revert unwanted commit from [8749]

This commit is contained in:
Yann Leboulanger 2007-09-09 14:35:46 +00:00
parent 20b7d165c5
commit 7827e3cb9a
1 changed files with 1 additions and 1 deletions

View File

@ -2646,7 +2646,7 @@ class Interface:
if gtk.pygtk_version >= (2, 10, 0) and gtk.gtk_version >= (2, 10, 0):
gtk.link_button_set_uri_hook(self.on_launch_browser_mailer, 'url')
self.instances = {}
self.instances = {'logs': {}}
for a in gajim.connections:
self.instances[a] = {'infos': {}, 'disco': {}, 'gc_config': {},