diff frontends/quick_frontend/quick_app.py @ 28:c2b131e4e262

wix: new gateways manager
author Goffi <goffi@goffi.org>
date Sun, 06 Dec 2009 13:27:54 +0100
parents 53e921c8a357
children 8c67ea98ab91
line wrap: on
line diff
--- a/frontends/quick_frontend/quick_app.py	Sun Dec 06 04:11:23 2009 +0100
+++ b/frontends/quick_frontend/quick_app.py	Sun Dec 06 13:27:54 2009 +0100
@@ -49,6 +49,7 @@
 
         ## misc ##
         self.current_action_ids = set()
+        self.current_action_ids_cb = {}
         self.onlineContact = set()  #FIXME: temporary
 
         if self.bridge.isConnected():