changeset 1736:3739f7779f17

core (xmlui): fixed bad call of deferredUI in deferXMLUI
author Goffi <goffi@goffi.org>
date Tue, 15 Dec 2015 12:20:55 +0100
parents b2d6f3c92842
children ad5da569ecf4
files src/tools/xml_tools.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/tools/xml_tools.py	Fri Dec 11 07:54:14 2015 +0100
+++ b/src/tools/xml_tools.py	Tue Dec 15 12:20:55 2015 +0100
@@ -1282,7 +1282,7 @@
         useful when backend is in a series of dialogs with an ui
     @return (data): a deferred which fire the data
     """
-    xmlui_d = deferredUI(xmlui)
+    xmlui_d = deferredUI(host, xmlui, chained)
     action_data = {'xmlui': xmlui.toXml()}
     if action_extra is not None:
         action_data.update(action_extra)