This commit is contained in:
Dimitur Kirov 2006-10-11 09:27:47 +00:00
parent ead66385e7
commit 2aee5a93e8
1 changed files with 1 additions and 1 deletions

View File

@ -1884,7 +1884,7 @@ class AccountsWindow:
win_opened = True
else:
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
break
# Detect if we have opened windows for this account