fixed list error (add > append)
[hermes] / package / src / org / maemo / hermes / engine / hermes.py
index 0d9034b..fd19358 100644 (file)
@@ -94,7 +94,7 @@ class Hermes:
             if result.get_name() is not None:
                 self.update_contact(result, overwrite_existing_fields)
             else:
-                self.unmatched.add(contact)
+                self.unmatched.append(contact)
             
         # give services a chance to create new contacts
         for service in self._services: