Cutting down the thread spawning which should help avoid some bugs and cut down some...
[gc-dialer] / src / evo_backend.py
index 4b6910d..0b71ebf 100644 (file)
@@ -20,7 +20,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
 Evolution Contact Support
 
-It seems the evolution contact API used is specific to the desktop.  evolution.ebook combined with abook is what is needed for Maemo.
+@bug It seems the evolution contact API used is specific to the desktop.  evolution.ebook combined with abook is what is needed for Maemo.
        http://maemo.org/maemo_release_documentation/maemo4.1.x/node8.html#SECTION00870000000000000000
        https://garage.maemo.org/svn/pymaemo/packages/python-abook/trunk/tests/ especially contact_get_iter amd filter_model
        http://pymaemo.garage.maemo.org/documentation/api/abook/index.html
@@ -84,6 +84,9 @@ class EvolutionAddressBook(object):
        def contact_source_short_name(contactId):
                return "Evo"
 
+       def clear_caches(self):
+               pass
+
        @staticmethod
        def factory_name():
                return "Evolution"