prevent traceback if reconnect menuitem is activated. Fixes #6834
This commit is contained in:
parent
4b61a8682c
commit
c6869674aa
1 changed files with 3 additions and 3 deletions
|
@ -3146,7 +3146,7 @@ class RosterWindow:
|
||||||
|
|
||||||
def on_reconnect(self, widget, jid, account):
|
def on_reconnect(self, widget, jid, account):
|
||||||
"""
|
"""
|
||||||
When disconnect menuitem is activated: disconect from room
|
When reconnect menuitem is activated: join the room
|
||||||
"""
|
"""
|
||||||
if jid in gajim.interface.minimized_controls[account]:
|
if jid in gajim.interface.minimized_controls[account]:
|
||||||
ctrl = gajim.interface.minimized_controls[account][jid]
|
ctrl = gajim.interface.minimized_controls[account][jid]
|
||||||
|
|
Loading…
Add table
Reference in a new issue