diff --git a/src/groupchat_control.py b/src/groupchat_control.py index a2a7125dd..1029d9a36 100644 --- a/src/groupchat_control.py +++ b/src/groupchat_control.py @@ -302,7 +302,7 @@ class GroupchatControl(ChatControlBase): self.list_treeview.set_expander_column(column) gajim.gc_connected[self.account][self.room_jid] = False - # disable win, we are connected yet + # disable win, we are not connected yet ChatControlBase.got_disconnected(self) self.update_ui()