Switching from contact oriented to account oriented
[gc-dialer] / src / backends / file_backend.py
index b82917b..9011225 100644 (file)
@@ -44,7 +44,7 @@ class CsvAddressBook(object):
        def name(self):
                return self._name
 
-       def update_contacts(self, force = True):
+       def update_account(self, force = True):
                if not force or not self._contacts:
                        return
                self._contacts = dict(