Fix signal callback
git-svn-id: http://www.neo1973-germany.de/svn@124 46df4e5c-bc4e-4628-a0fc-830ba316316d
This commit is contained in:
parent
24fa27ff11
commit
1a15a98a75
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ class Dialer(object):
|
|||
|
||||
# Register our own callbacks
|
||||
PyneoController.register_callback("gsm_phone_call_start", self.on_call_start)
|
||||
PyneoController.register_callback("gsm_phone_call_end", self.on_call_start)
|
||||
PyneoController.register_callback("gsm_phone_call_end", self.on_call_end)
|
||||
|
||||
def init_screen(self, screen_name, instance):
|
||||
self.screens[screen_name] = instance
|
||||
|
|
Loading…
Reference in a new issue