Add preferences UI for Facebook. Tidy up lose ends related to this;
[hermes] / package / src / org / maemo / hermes / engine / service.py
index 6adcc60..2f519cd 100644 (file)
@@ -64,4 +64,4 @@ class Service:
     def _create_friend(self, name):
         """Used to create a Friend object for a contact"""
         
-        return Friend(name, self.get_name())
+        return Friend(name)