diff frontends/sat_bridge_frontend/DBus.py @ 36:6491b7956c80

wix: Form submitting, first draft
author Goffi <goffi@goffi.org>
date Mon, 14 Dec 2009 02:11:05 +1100
parents d6b613764dd7
children a61beb21d16d
line wrap: on
line diff
--- a/frontends/sat_bridge_frontend/DBus.py	Sun Dec 13 20:24:48 2009 +1100
+++ b/frontends/sat_bridge_frontend/DBus.py	Mon Dec 14 02:11:05 2009 +1100
@@ -100,5 +100,8 @@
     def confirmationAnswer(self, id, accepted, data):
         return self.db_req_iface.confirmationAnswer(id, accepted, data)
 
+    def submitForm(self, target, data):
+        return self.db_req_iface.submitForm(target, data)
+
     def getProgress(self, id):
         return self.db_req_iface.getProgress(id)