fix frong commit from 2fbadc91
This commit is contained in:
parent
c8115e4164
commit
2c24c5a1e8
1 changed files with 1 additions and 1 deletions
|
@ -3279,7 +3279,7 @@ class RosterWindow:
|
||||||
type_ = model[list_of_paths[0]][Column.TYPE]
|
type_ = model[list_of_paths[0]][Column.TYPE]
|
||||||
account = model[list_of_paths[0]][Column.ACCOUNT]
|
account = model[list_of_paths[0]][Column.ACCOUNT]
|
||||||
if type_ in ('account', 'group', 'self_contact') or \
|
if type_ in ('account', 'group', 'self_contact') or \
|
||||||
account == gajim.ZEROCONF_ACConstant.NAME:
|
account == gajim.ZEROCONF_ACC_NAME:
|
||||||
return
|
return
|
||||||
list_ = []
|
list_ = []
|
||||||
for path in list_of_paths:
|
for path in list_of_paths:
|
||||||
|
|
Loading…
Add table
Reference in a new issue