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
This commit is contained in:
Yann Leboulanger 2005-11-27 09:57:56 +00:00
parent b0eec477b1
commit 294831017f
1 changed files with 1 additions and 1 deletions

View File

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