Mercurial > libervia-backend
diff frontends/src/quick_frontend/quick_app.py @ 1230:3abc6563a0d2
primitivus: implement parameter "Show empty groups"
author | souliane <souliane@mailoo.org> |
---|---|
date | Mon, 06 Oct 2014 13:54:41 +0200 |
parents | 03661d1b216a |
children | e56dfe0378a1 |
line wrap: on
line diff
--- a/frontends/src/quick_frontend/quick_app.py Mon Oct 06 12:44:58 2014 +0200 +++ b/frontends/src/quick_frontend/quick_app.py Mon Oct 06 13:54:41 2014 +0200 @@ -558,6 +558,8 @@ self.profiles[profile]['watched'] = value.split() elif (namespace, name) == ('General', C.SHOW_OFFLINE_CONTACTS): self.contact_list.showOfflineContacts(C.bool(value)) + elif (namespace, name) == ('General', C.SHOW_EMPTY_GROUPS): + self.contact_list.showEmptyGroups(C.bool(value)) def contactDeletedHandler(self, jid, profile): target = JID(jid)