3498: Fix bug and enable show all checkbox in selector
svn: r13969
This commit is contained in:
@ -592,7 +592,7 @@ class GuiFamilyOption(gtk.HBox):
|
||||
sel = select_class(self.__dbstate, self.__uistate, self.__track,
|
||||
filter=rfilter )
|
||||
family = sel.run()
|
||||
self.__update_family(family)
|
||||
self.__update_family(family.get_handle())
|
||||
|
||||
def __update_family(self, handle):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user