Fixed wrong value for 'track' for detached gramplets
svn: r13771
This commit is contained in:
parent
e762e39f53
commit
6183947763
@ -329,7 +329,7 @@ class Gramplet(object):
|
|||||||
from PluginUtils import make_gui_option
|
from PluginUtils import make_gui_option
|
||||||
#tooltips, dbstate, uistate, track
|
#tooltips, dbstate, uistate, track
|
||||||
widget, label = make_gui_option(
|
widget, label = make_gui_option(
|
||||||
option, self.dbstate, self.uistate,None)
|
option, self.dbstate, self.uistate, [])
|
||||||
self.option_dict.update({option.get_label(): (widget, option)})
|
self.option_dict.update({option.get_label(): (widget, option)})
|
||||||
self.option_order.append(option.get_label())
|
self.option_order.append(option.get_label())
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user