[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, debian, updated. upstream/0.9.5.5-717-g0f98819

Sebastian Krzyszkowiak seba.dos1 at gmail.com
Sat Aug 6 08:17:30 UTC 2011


The following commit has been merged in the debian branch:
commit 04831e43be16be8d929a4c1f78811d111ec6285e
Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date:   Sun Jul 19 15:23:16 2009 +0200

    opimd: SIM-Messages-FSO: fix possible error when installing signal handlers

diff --git a/framework/subsystems/opimd/pimb_sim_messages_fso.py b/framework/subsystems/opimd/pimb_sim_messages_fso.py
index 2797151..8e688e5 100644
--- a/framework/subsystems/opimd/pimb_sim_messages_fso.py
+++ b/framework/subsystems/opimd/pimb_sim_messages_fso.py
@@ -324,6 +324,11 @@ class SIMMessageBackendFSO(Backend):
 
     def handle_auth_status(self, ready):
         if ready=='READY':
+            self.gsm = bus.get_object('org.freesmartphone.ogsmd', '/org/freesmartphone/GSM/Device')
+            self.gsm_sim_iface = Interface(self.gsm, 'org.freesmartphone.GSM.SIM')
+            self.gsm_sms_iface = Interface(self.gsm, 'org.freesmartphone.GSM.SMS')
+            self.gsm_device_iface = Interface(self.gsm, 'org.freesmartphone.GSM.Device')
+
             self.install_signal_handlers()        
 
     def handle_sim_ready(self, ready):

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list