Commit ffb0f317 authored by Dan Pascu's avatar Dan Pascu

Added observer for missing notification

parent 3a9ba6a5
......@@ -1536,6 +1536,7 @@ class ContactModel(QAbstractListModel):
notification_center.add_observer(self, name='SIPApplicationWillStart')
notification_center.add_observer(self, name='SIPApplicationDidStart')
notification_center.add_observer(self, name='SIPApplicationWillEnd')
notification_center.add_observer(self, name='SIPApplicationDidEnd')
notification_center.add_observer(self, name='SIPAccountManagerDidStart')
notification_center.add_observer(self, name='SIPAccountManagerDidChangeDefaultAccount')
notification_center.add_observer(self, name='AddressbookGroupWasActivated')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment