4593: Updating a StringOption option (via set_value()) does NOT update the GUI widget

svn: r17035
This commit is contained in:
Doug Blank 2011-04-04 16:47:29 +00:00
parent c50862b54e
commit 9890a2dad9

View File

@ -528,7 +528,12 @@ class GuiEnumeratedListOption(gtk.HBox):
# signals don't fire)
self.__option.set_value( value )
self.value_changed() # Allow overriding so that another class
# can add functionality
def value_changed(self):
pass
def __update_options(self):
"""
Handle the change of the available options.