diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2020-01-09 22:54:59 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2020-01-09 23:11:29 (GMT) |
commit | c0528230469b10d606b9d1fa66a18696b2584fed (patch) | |
tree | a9ce71e300eba736cd31f3f45b1752618a39c04d /plugins/python | |
parent | 43f249445c9c69b9eabeea8be08b6b55a474f1fc (diff) |
Updated the Python documentation for GUI items.
Diffstat (limited to 'plugins/python')
-rw-r--r-- | plugins/python/liveconv/panel.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/python/liveconv/panel.py b/plugins/python/liveconv/panel.py index 644bfa9..0fee3cf 100644 --- a/plugins/python/liveconv/panel.py +++ b/plugins/python/liveconv/panel.py @@ -23,7 +23,7 @@ class ConvPanel(PanelItem): 'name' : 'Converter', 'widget' : self._builder.get_object('content'), - 'personality' : PanelItem.PIP_SINGLETON, + 'personality' : PanelItem.PanelItemPersonality.SINGLETON, 'lname' : 'Data live converter', 'dock' : True, 'path' : 'MES' |