diff frontends/quick_frontend/quick_app.py @ 25:53e921c8a357

new plugin: gateways plugin, and first implementation of findGateways - test menu in Wix - new actionResultExt method, for sending dictionary of dictionaries - new getNextId method, for accessing sat ids from plugins.
author Goffi <goffi@goffi.org>
date Fri, 04 Dec 2009 08:47:44 +0100
parents bb72c29f3432
children c2b131e4e262
line wrap: on
line diff
--- a/frontends/quick_frontend/quick_app.py	Tue Dec 01 07:55:46 2009 +0100
+++ b/frontends/quick_frontend/quick_app.py	Fri Dec 04 08:47:44 2009 +0100
@@ -41,6 +41,7 @@
         self.bridge.register("contactDeleted", self.contactDeleted)
         self.bridge.register("askConfirmation", self.askConfirmation, "request")
         self.bridge.register("actionResult", self.actionResult, "request")
+        self.bridge.register("actionResultExt", self.actionResult, "request")
         
         ###now we get the essential params###
         self.whoami=JID(self.bridge.getParamA("JabberID","Connection"))