patch form #2546
This commit is contained in:
parent
ead66385e7
commit
2aee5a93e8
1 changed files with 1 additions and 1 deletions
|
@ -1884,7 +1884,7 @@ class AccountsWindow:
|
||||||
win_opened = True
|
win_opened = True
|
||||||
else:
|
else:
|
||||||
for key in gajim.interface.instances[account]:
|
for key in gajim.interface.instances[account]:
|
||||||
if gajim.interface.instances[account][key]:
|
if gajim.interface.instances[account][key] and key != 'remove_account':
|
||||||
win_opened = True
|
win_opened = True
|
||||||
break
|
break
|
||||||
# Detect if we have opened windows for this account
|
# Detect if we have opened windows for this account
|
||||||
|
|
Loading…
Add table
Reference in a new issue