Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDimitur Kirov <dkirov@gmail.com>2006-10-11 13:27:47 +0400
committerDimitur Kirov <dkirov@gmail.com>2006-10-11 13:27:47 +0400
commit2aee5a93e81aeb3bbeb083714f980679aaecd5c5 (patch)
tree9bd7252770466eeb96889f2eaa75c75979f5c38c /src
parentead66385e7c811a2da7ba0757fc77816621b20e7 (diff)
patch form #2546
Diffstat (limited to 'src')
-rw-r--r--src/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.py b/src/config.py
index e3aa82d61..b0bf35674 100644
--- a/src/config.py
+++ b/src/config.py
@@ -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