diff options
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' |