[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:18:29 UTC 2011


The following commit has been merged in the debian branch:
commit bf86960f041d4522c15be214b6841170e0ab8c7c
Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date:   Sun Sep 13 01:05:46 2009 +0200

    opimd: SIM-Messages-FSO: fix CSM handling

diff --git a/framework/subsystems/opimd/pimb_sim_messages_fso.py b/framework/subsystems/opimd/pimb_sim_messages_fso.py
index bf664ef..dd74413 100644
--- a/framework/subsystems/opimd/pimb_sim_messages_fso.py
+++ b/framework/subsystems/opimd/pimb_sim_messages_fso.py
@@ -147,7 +147,7 @@ class SIMMessageBackendFSO(Backend):
                     path = self._domain_handlers['Messages'].GetSingleEntrySingleField({'Direction':'in', 'SMS-combined_message':1, 'SMS-complete_message':0, 'SMS-csm_num':entry['SMS-csm_num'], 'SMS-csm_id':entry['SMS-csm_id'], 'Source':'SMS'},'Path')
                     if path:
                         rel_path = path.replace('/org/freesmartphone/PIM/Messages','')
-                        result = self._domain_handlers['Messages'].GetContent(rel_path)
+                        result = self._domain_handlers['Messages'].get_full_content(rel_path)
                         new_content = ''
                         complete = 1
                         edit_data = {}
@@ -180,7 +180,7 @@ class SIMMessageBackendFSO(Backend):
                         logger.debug('CSM: first part')
                 except:
                     register = 1
-                    log.error('%s: failed to handle CSM message!', self.name)
+                    logger.error('%s: failed to handle CSM message!', self.name)
             else:
                 register = 1
             if register:

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list