# HG changeset patch # User Goffi # Date 1450178455 -3600 # Node ID 3739f7779f17060c217d283bd3de56f297624ff2 # Parent b2d6f3c9284217ffe991cca02d3cbdd1ee96328e core (xmlui): fixed bad call of deferredUI in deferXMLUI diff -r b2d6f3c92842 -r 3739f7779f17 src/tools/xml_tools.py --- 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)