From 34442f5853a25badbebed0b764a40b5c50929b9d Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Sat, 12 Sep 2009 10:00:17 +0000 Subject: [PATCH] Fix of issue 3213. svn: r13196 --- 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 d85d9aca7..948ff3cac 100644 --- a/src/PluginUtils/_GuiOptions.py +++ b/src/PluginUtils/_GuiOptions.py @@ -548,12 +548,12 @@ class GuiFamilyOption(gtk.HBox): person = self.__db.get_default_person() if person: family_list = person.get_family_handle_list() - + if not family_list: # Finally, take any family you can find. for family in self.__db.iter_family_handles(): + self.__update_family(family) break - self.__update_family(family) def __get_family_clicked(self, obj): # IGNORE:W0613 - obj is unused """