Mercurial > libervia-backend
diff frontends/wix/main_window.py @ 64:d46f849664aa
SàT: multi-profile, plugins updated
- core: 2 new convenient methods: getJidNStream and getClient
- new param in plugin info: "handler" to know if there is a handler to plug on profiles clients
- plugins with handler now use an other class which is returned to profile client with the new method "getHandler" and pluged when connecting
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 30 Jan 2010 16:17:33 +1100 |
parents | a5b5fb5fc9fd |
children | 8147b4f40809 |
line wrap: on
line diff
--- a/frontends/wix/main_window.py Fri Jan 29 14:17:15 2010 +1100 +++ b/frontends/wix/main_window.py Sat Jan 30 16:17:33 2010 +1100 @@ -521,7 +521,7 @@ dlg.ShowModal() dlg.Destroy() return - id = self.bridge.getProfile(target.short) + id = self.bridge.getCard(target.short) self.current_action_ids.add(id) self.current_action_ids_cb[id] = self.onProfileReceived