From 294831017fd6626de34618aa1e4bb41fdde2107b Mon Sep 17 00:00:00 2001 From: Yann Leboulanger <asterix@lagaule.org> Date: Sun, 27 Nov 2005 09:57:56 +0000 Subject: [PATCH] remove FIXME: plz don't ask questions in the code I put that here cause this function is called when we log in and never after --- src/gajim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gajim.py b/src/gajim.py index 283a3878ed..54e6bc3dcf 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -786,7 +786,7 @@ class Interface: if gajim.connections[account].connected == invisible_show: return - # join already open groupchats # FIXME: why this happens here? nothing to do with BMs + # join already open groupchats for acct in gajim.connections: for room_jid in self.instances[acct]['gc']: if room_jid == 'tabbed': -- GitLab