diff frontends/wix/main_window.py @ 33:b9bb5d8e0cc7

In-band-registration: data form 2 xml conversion
author Goffi <goffi@goffi.org>
date Tue, 08 Dec 2009 09:54:44 +0100
parents c2b131e4e262
children c45deebb40a5
line wrap: on
line diff
--- a/frontends/wix/main_window.py	Tue Dec 08 08:13:12 2009 +0100
+++ b/frontends/wix/main_window.py	Tue Dec 08 09:54:44 2009 +0100
@@ -327,6 +327,9 @@
                                   )
             dlg.ShowModal()
             dlg.Destroy()
+        elif type == "FORM":
+            self.current_action_ids.remove(id)
+            info ("Form received !")
         elif type == "DICT_DICT":
             self.current_action_ids.remove(id)
             if self.current_action_ids_cb.has_key(id):