# HG changeset patch # User Goffi # Date 1528027445 -7200 # Node ID 2066d4fd90361215f9350d6defa70ae75876a547 # Parent 09feea19d7b9ee785aed65b9ea4ee01a5b25a5cb browser: fixed XMLUI Panel and Dialog diff -r 09feea19d7b9 -r 2066d4fd9036 src/browser/sat_browser/xmlui.py --- a/src/browser/sat_browser/xmlui.py Sun Jun 03 13:55:09 2018 +0200 +++ b/src/browser/sat_browser/xmlui.py Sun Jun 03 14:04:05 2018 +0200 @@ -431,7 +431,7 @@ class XMLUIPanel(LiberviaXMLUIBase, xmlui.XMLUIPanel, VerticalPanel): - def __init__(self, host, parsed_xml, title=None, flags=None, callback=None, ignore=None, profile=C.PROF_KEY_NONE): + def __init__(self, host, parsed_xml, title=None, flags=None, callback=None, ignore=None, whitelist=None, profile=C.PROF_KEY_NONE): self.widget_factory = WidgetFactory(self) self.host = host VerticalPanel.__init__(self) @@ -485,7 +485,7 @@ class XMLUIDialog(LiberviaXMLUIBase, xmlui.XMLUIDialog): dialog_factory = GenericFactory() - def __init__(self, host, parsed_dom, title = None, flags = None, callback=None, ignore=None, profile=C.PROF_KEY_NONE): + def __init__(self, host, parsed_dom, title=None, flags=None, callback=None, ignore=None, whitelist=None, profile=C.PROF_KEY_NONE): self.dialog_factory = GenericFactory(self) xmlui.XMLUIDialog.__init__(self, host,