Lots of work to try and get duplex conversations going plus disabled cookies
[theonering] / src / channel / contact_list.py
index 970b809..a66e4cd 100644 (file)
@@ -51,6 +51,7 @@ class AllContactsListChannel(AbstractListChannel):
        @coroutines.func_sink
        @coroutines.expand_positional
        @gobject_utils.async
+       @gtk_toolbox.log_exception(_moduleLogger)
        def _on_contacts_refreshed(self, addressbook, added, removed, changed):
                self._process_refresh(addressbook, added, removed)