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


The following commit has been merged in the debian branch:
commit 238c8979e313f6ab49a82a5bcf0d7977f1143ab1
Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date:   Sat Aug 29 23:19:48 2009 +0200

    opimd: SIM-Messages-FSO: start preparing for GenericDomain migration

diff --git a/framework/subsystems/opimd/pimb_sim_messages_fso.py b/framework/subsystems/opimd/pimb_sim_messages_fso.py
index 4dbfcb9..9724ca8 100644
--- a/framework/subsystems/opimd/pimb_sim_messages_fso.py
+++ b/framework/subsystems/opimd/pimb_sim_messages_fso.py
@@ -165,6 +165,11 @@ class SIMMessageBackendFSO(Backend):
                             edit_data['SMS-complete_message']=1
                         edit_data['Content'] = new_content
                         edit_data['MessageRead'] = 0
+                        if isinstance(result['_backend_entry_id'], (list, dbus.Array)):
+                            result['_backend_entry_id'].append(sim_entry_id)
+                            edit_data['_backend_entry_id'] = result['_backend_entry_id']
+                        else:
+                            edit_data['_backend_entry_id'] = [result['_backend_entry_id'], sim_entry_id]
                         self._domain_handlers['Messages'].Update(edit_data, rel_path)
                     else:
                         register = 1

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list