fix a TB
This commit is contained in:
parent
9348bb4b99
commit
ba796be13b
|
@ -229,7 +229,8 @@ class Interface:
|
|||
gajim.allow_notifications[account] = False
|
||||
# we are disconnected from all gc
|
||||
for room_jid in gajim.gc_connected[account]:
|
||||
self.windows[account]['gc'][room_jid].got_disconnected(room_jid)
|
||||
if self.windows[account]['gc'].has_key(room_jid):
|
||||
self.windows[account]['gc'][room_jid].got_disconnected(room_jid)
|
||||
self.roster.on_status_changed(account, status)
|
||||
if self.remote and self.remote.is_enabled():
|
||||
self.remote.raise_signal('AccountPresence', (status, account))
|
||||
|
|
Loading…
Reference in New Issue