Missed make_gui_option conversion from tooltip update
svn: r13373
This commit is contained in:
parent
14c76f563f
commit
d1592c55be
@ -584,8 +584,7 @@ class Gramplet(object):
|
||||
"""
|
||||
from PluginUtils import make_gui_option
|
||||
#tooltips, dbstate, uistate, track
|
||||
widget, label = make_gui_option(option, None, self.dbstate,
|
||||
self.uistate,None)
|
||||
widget, label = make_gui_option(option, self.dbstate, self.uistate,None)
|
||||
self.option_dict.update({option.get_label(): (widget, option)})
|
||||
self.option_order.append(option.get_label())
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user