Needed to manually call rebuild initially (see #4593 for more details)

svn: r17051
This commit is contained in:
Doug Blank 2011-04-05 20:40:59 +00:00
parent b9936fb547
commit ace94f80a7

View File

@ -108,6 +108,7 @@ class QuickViewGramplet(Gramplet):
self.add_option(list_option)
type_widget = self.get_option_widget(_("View Type"))
type_widget.value_changed = self.rebuild_option_list
self.rebuild_option_list() # call for initial setting
def rebuild_option_list(self):
code_map = {"Person": CATEGORY_QR_PERSON,