Yann Leboulanger pushed to branch master at gajim / gajim
Commits:
2c24c5a1 by Yann Leboulanger at 2017-06-14T15:09:29+02:00
fix frong commit from 2fbadc91
- - - - -
4f7b7288 by Yann Leboulanger at 2017-06-14T15:10:26+02:00
Merge branch 'master' of dev.gajim.org:gajim/gajim
- - - - -
1 changed file:
- src/roster_window.py
Changes:
=====================================
src/roster_window.py
=====================================
--- 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:
View it on GitLab:
https://dev.gajim.org/gajim/gajim/compare/9dc389cc32f8bc8f51c694f54b5a4785c04c5296...4f7b72883d3469712bd3171e5edcafcb43ada8e8
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits