Mercurial > libervia-backend
comparison frontends/src/quick_frontend/quick_contact_list.py @ 1343:ec9e58357a07 frontends_multi_profiles
quick frontends (contact list): added self.whoami
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 24 Feb 2015 18:20:34 +0100 |
parents | e31a07a5614d |
children | 017270e6eea4 |
comparison
equal
deleted
inserted
replaced
1342:e31a07a5614d | 1343:ec9e58357a07 |
---|---|
60 # entities with an alert (usually a waiting message), full jid | 60 # entities with an alert (usually a waiting message), full jid |
61 self._alerts = set() | 61 self._alerts = set() |
62 | 62 |
63 # selected entities, full jid | 63 # selected entities, full jid |
64 self._selected = set() | 64 self._selected = set() |
65 | |
66 # we keep our own jid | |
67 self.whoami = host.profiles[profile].whoami | |
65 | 68 |
66 # options | 69 # options |
67 self.show_disconnected = False | 70 self.show_disconnected = False |
68 self.show_empty_groups = True | 71 self.show_empty_groups = True |
69 self.show_resources = False | 72 self.show_resources = False |