[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:31 UTC 2011
    
    
  
The following commit has been merged in the debian branch:
commit ed29786daceccefe918ce3911e3b6fb7f2efb08c
Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date:   Sun Sep 13 15:59:14 2009 +0200
    opimd: SIM-Messages-FSO: comment out not-really-well-thought (read as: why the hell is it there?) code
diff --git a/framework/subsystems/opimd/pimb_sim_messages_fso.py b/framework/subsystems/opimd/pimb_sim_messages_fso.py
index dd74413..b1ad53f 100644
--- a/framework/subsystems/opimd/pimb_sim_messages_fso.py
+++ b/framework/subsystems/opimd/pimb_sim_messages_fso.py
@@ -165,11 +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]
+                        #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