Mercurial > libervia-backend
diff frontends/quick_frontend/quick_app.py @ 68:9b842086d915
multiple profiles update
- Wix: new profile managed, it appear at launch in place of the contact list, and disappear once the profile is choosen
- SàT: default profile is now saved, first one is choosed is no default profile
- Bridge: new delete profile method
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 25 Feb 2010 17:09:18 +1100 |
parents | 8147b4f40809 |
children | 8f2ed279784b |
line wrap: on
line diff
--- a/frontends/quick_frontend/quick_app.py Thu Feb 04 01:06:36 2010 +1100 +++ b/frontends/quick_frontend/quick_app.py Thu Feb 25 17:09:18 2010 +1100 @@ -62,6 +62,7 @@ profile = self.bridge.getProfileName(profile_key) if not profile: error("The profile asked doesn't exist") + return if self.profiles.has_key(profile): warning("The profile is already plugged") return