From c7cebc637fe33fcb466c0433b89f7d746bb615d7 Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Mon, 4 Jan 2010 14:15:07 +0000 Subject: [PATCH] 3432: Fix family selection in report options svn: r13968 --- src/PluginUtils/_GuiOptions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PluginUtils/_GuiOptions.py b/src/PluginUtils/_GuiOptions.py index 93fef14ff..ab08df0cf 100644 --- a/src/PluginUtils/_GuiOptions.py +++ b/src/PluginUtils/_GuiOptions.py @@ -55,7 +55,7 @@ import ManagedWindow from QuestionDialog import OptionDialog from gui.selectors import SelectorFactory from BasicUtils import name_displayer as _nd -from Filters import GenericFilter, Rules +from Filters import GenericFilterFactory, GenericFilter, Rules import gen #------------------------------------------------------------------------ @@ -561,7 +561,7 @@ class GuiFamilyOption(gtk.HBox): Handle the button to choose a different family. """ # Create a filter for the person selector. - rfilter = GenericFilter() + rfilter = GenericFilterFactory('Family')() rfilter.set_logical_op('or') # Add the current family