Implement progress bars and fix a few bugs.
[hermes] / package / src / org / maemo / hermes / engine / contact.py
index e9f36fe..b9a49d2 100644 (file)
@@ -78,7 +78,7 @@ class Contact:
     def get_econtact(self):
         """Return the EContact which backs this contact."""
         
-        return self._econtact
+        return self._contact
     
     
     # -----------------------------------------------------------------------