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:
authorYann Leboulanger <yann@leboulanger.org>2017-06-14 16:09:29 +0300
committerYann Leboulanger <yann@leboulanger.org>2017-06-14 16:09:29 +0300
commit2c24c5a1e88b405c0dff28a9945fdf89ad43f313 (patch)
treebc38defa956552fa4ffd427339de973f4ea02852 /src
parentc8115e4164496da3527486507cb0c0acb8000b39 (diff)
fix frong commit from 2fbadc91
Diffstat (limited to 'src')
-rw-r--r--src/roster_window.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roster_window.py b/src/roster_window.py
index 7d33908e8..cf4984d4d 100644
--- a/src/roster_window.py
+++ b/src/roster_window.py
@@ -3279,7 +3279,7 @@ class RosterWindow:
type_ = model[list_of_paths[0]][Column.TYPE]
account = model[list_of_paths[0]][Column.ACCOUNT]
if type_ in ('account', 'group', 'self_contact') or \
- account == gajim.ZEROCONF_ACConstant.NAME:
+ account == gajim.ZEROCONF_ACC_NAME:
return
list_ = []
for path in list_of_paths: