Mercurial > libervia-backend
diff frontends/quick_frontend/quick_contact_management.py @ 66:8147b4f40809
SàT: multi-profile: DBus signals and frontend adaptation (first draft)
- Quick App: new single_profile parameter in __init__ (default: yes), used to tell if the application use only one profile at the time or not
- Quick App: new __check_profile method, tell if the profile is used by the current frontend
- Quick App: new methods plug_profile, unplug_profile and clear_profile, must be called by the frontend to tell which profiles to use
- DBus Bridge: new methods getProfileName, getProfilesList and createProfile
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 03 Feb 2010 23:35:57 +1100 |
parents | a5b5fb5fc9fd |
children | 8f2ed279784b |
line wrap: on
line diff
--- a/frontends/quick_frontend/quick_contact_management.py Sun Jan 31 15:57:03 2010 +1100 +++ b/frontends/quick_frontend/quick_contact_management.py Wed Feb 03 23:35:57 2010 +1100 @@ -91,7 +91,7 @@ if self.__contactlist.has_key(entity.short): self.__contactlist[entity.short][key] = value else: - debug ('Trying to update an uknown contact: %s', entity.short) + debug ('Trying to update an unknown contact: %s', entity.short) def get_full(self, entity): return entity.short+'/'+self.__contactlist[entity.short]['resources'][-1]