Mercurial > libervia-desktop-kivy
changeset 17:5c9feaa060a5
contact list: added call to the new postInit method
| author | Goffi <goffi@goffi.org> |
|---|---|
| date | Sun, 24 Jul 2016 22:27:24 +0200 |
| parents | ba14b596b90e |
| children | 790dbc5c4e89 |
| files | src/cagou/plugins/plugin_wid_contact_list.py |
| diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/cagou/plugins/plugin_wid_contact_list.py Sat Jul 09 18:41:52 2016 +0200 +++ b/src/cagou/plugins/plugin_wid_contact_list.py Sun Jul 24 22:27:24 2016 +0200 @@ -62,6 +62,7 @@ allow_empty_selection=True, ) self.add_widget(ListView(adapter=self.adapter)) + self.postInit() self.update() def contactDataConverter(self, idx, bare_jid):
