3498: Fix bug and enable show all checkbox in selector

svn: r13969
This commit is contained in:
Nick Hall
2010-01-04 18:44:51 +00:00
parent c7cebc637f
commit 6872ce1b33
3 changed files with 3 additions and 3 deletions

View File

@ -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):
"""