Mercurial > libervia-backend
changeset 2577:1209a5d83082
primitivus (xmlui): fixed XMLUIPanel signature
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 07 Apr 2018 14:07:05 +0200 |
parents | cb7bf936d8e8 |
children | bf1b12a8f597 |
files | sat_frontends/primitivus/xmlui.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/sat_frontends/primitivus/xmlui.py Fri Apr 06 16:47:40 2018 +0200 +++ b/sat_frontends/primitivus/xmlui.py Sat Apr 07 14:07:05 2018 +0200 @@ -393,7 +393,7 @@ class XMLUIPanel(xmlui.XMLUIPanel, PrimitivusWidget): widget_factory = WidgetFactory() - 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._xmlui_main = self self._dest = None xmlui.XMLUIPanel.__init__(self,