From 7827e3cb9ab2b12103e0ad78b654324ff1769faf Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sun, 9 Sep 2007 14:35:46 +0000 Subject: [PATCH] revert unwanted commit from [8749] --- src/gajim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gajim.py b/src/gajim.py index d510e23f8..e90bcae3b 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -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': {},