fixed bug with creating contacts around econtacts
[hermes] / package / src / org / maemo / hermes / engine / hermes.py
index e4b4713..b103760 100644 (file)
@@ -152,6 +152,7 @@ class Hermes:
         econtact.props.full_name = friend['name']
         econtact.props.given_name = friend['first_name']
         econtact.props.family_name = friend['last_name']
+        return econtact
     
     # -----------------------------------------------------------------------
     def _create_contact_wrapper(self, econtact):