X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=blobdiff_plain;f=src%2Fevo_backend.py;fp=src%2Fevo_backend.py;h=85452ae52178c5be82520fd2cd91f71bfc41f067;hp=cd6a50c2b15844fb3437d804cc1bfd6a2864ef46;hb=97958f9f40a578befa452f4d1769d752693a72e6;hpb=728c87ff5f22830b4a1d65c5b50e49fdab1f538a diff --git a/src/evo_backend.py b/src/evo_backend.py index cd6a50c..85452ae 100644 --- a/src/evo_backend.py +++ b/src/evo_backend.py @@ -62,9 +62,13 @@ class EvolutionAddressBook(object): return self @staticmethod - def factory_name(): + def factory_short_name(): return "Evo" + @staticmethod + def factory_name(): + return "Evolution" + def get_contacts(self): """ @returns Iterable of (contact id, contact name)