diff frontends/jp/jp @ 22:bb72c29f3432

added action cb mechanism for buttons. Tested with a temporary new user registration button.
author Goffi <goffi@goffi.org>
date Tue, 01 Dec 2009 04:56:08 +0100
parents c4bc297b82f0
children a5b5fb5fc9fd
line wrap: on
line diff
--- a/frontends/jp/jp	Sun Nov 08 01:49:08 2009 +0100
+++ b/frontends/jp/jp	Tue Dec 01 04:56:08 2009 +0100
@@ -201,6 +201,9 @@
                 #we just accept one file
                 self.loop.quit()
                 
+    def actionResult(self, type, id, data):
+        #FIXME
+        info ("FIXME: actionResult not implemented")
 
     def wait_file(self):
         """Wait for a file and write it on local dir"""