diff --git a/src/gajim.py b/src/gajim.py
index 283a3878ed1980fc81bc429410763c9c481b8a51..54e6bc3dcff44fc6c83f536b51917d07b69f8e8e 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':