From 1a15a98a757f646c25ed8de7d632b38bf85c8f12 Mon Sep 17 00:00:00 2001 From: Abraxa Date: Wed, 3 Sep 2008 16:26:57 +0000 Subject: [PATCH] Fix signal callback git-svn-id: http://www.neo1973-germany.de/svn@124 46df4e5c-bc4e-4628-a0fc-830ba316316d --- epydial/epydial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epydial/epydial.py b/epydial/epydial.py index 46b2df2..39cba9e 100755 --- a/epydial/epydial.py +++ b/epydial/epydial.py @@ -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