From: Pali Rohár Date: Fri, 20 Jul 2012 09:40:21 +0000 (+0200) Subject: Handle for missed calls on startup X-Git-Url: https://vcs.maemo.org/git/?p=callnotify;a=commitdiff_plain;h=842913697d54ff654d9a8ac897725063f4e8c52b Handle for missed calls on startup --- diff --git a/src/usr/lib/hildon-desktop/CallNotify.py b/src/usr/lib/hildon-desktop/CallNotify.py index 399b5cd..84c3764 100644 --- a/src/usr/lib/hildon-desktop/CallNotify.py +++ b/src/usr/lib/hildon-desktop/CallNotify.py @@ -93,6 +93,7 @@ class CallNotify(hildondesktop.StatusMenuItem): # add d-bus listener for removing notification after viewing missed call # Doing timeout_add with return False instead of explicitly raising a thread gobject.timeout_add(500, self.startDbusListeners) + gobject.timeout_add(100, self.handleMissed) self.dbg('constructor end')