[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:57 UTC 2011
The following commit has been merged in the debian branch:
commit ce5394a1e784b22cead651197d520d59e5310d01
Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date: Wed Dec 9 20:19:47 2009 +0100
opimd: SIM-Contacts-FSO: remove usage of phone_number_to_tel_uri
diff --git a/framework/subsystems/opimd/pimb_sim_contacts_fso.py b/framework/subsystems/opimd/pimb_sim_contacts_fso.py
index 2e739d6..c3e0515 100644
--- a/framework/subsystems/opimd/pimb_sim_contacts_fso.py
+++ b/framework/subsystems/opimd/pimb_sim_contacts_fso.py
@@ -81,7 +81,7 @@ class SIMContactBackendFSO(Backend):
# name.translate({"\xbf":None, "$":None})
entry = {}
- entry['Phone'] = phone_number_to_tel_uri(number)
+ entry['Phone'] = number
entry['Name'] = name
if len(entry['Name'])==self.contact_book_info['name_length']:
entry['_backend_field_truncated_Name'] = 1
--
FSO frameworkd Debian packaging
More information about the pkg-fso-commits
mailing list