* src/FamilyView.py (load_family): Select the first spouse in the list.

svn: r1639
This commit is contained in:
Alex Roitman 2003-06-02 22:43:43 +00:00
parent c544422cb6
commit 78c44ac448

View File

@ -352,7 +352,7 @@ class FamilyView:
if len(splist) > 1:
self.spouse_selection.set_mode(gtk.SELECTION_SINGLE)
self.spouse_selection.select_iter(iter)
self.spouse_selection.select_path(0)
else:
self.spouse_selection.set_mode(gtk.SELECTION_NONE)