Mercurial > libervia-backend
diff plugins/plugin_misc_cs.py @ 103:6be927a465ed
XMLUI refactoring, step 1
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 23 Jun 2010 00:23:26 +0800 |
parents | 94011f553cd0 |
children | 138d82f64b6f |
line wrap: on
line diff
--- a/plugins/plugin_misc_cs.py Tue Jun 22 13:58:53 2010 +0800 +++ b/plugins/plugin_misc_cs.py Wed Jun 23 00:23:26 2010 +0800 @@ -105,7 +105,7 @@ <elem type='text' value='Welcome %(name)s, you have %(nb_message)i unread messages'/> </form> """ % {'name':user_name, 'nb_message':unread_messages} - self.host.bridge.actionResult("FORM", id, {"type":"window", "xml":form_xml}) + self.host.bridge.actionResult("XMLUI", id, {"type":"window", "xml":form_xml})