From 2c24c5a1e88b405c0dff28a9945fdf89ad43f313 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Wed, 14 Jun 2017 15:09:29 +0200 Subject: [PATCH] fix frong commit from 2fbadc91 --- src/roster_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: