* src/FamilyView.py (load_family): Select the first spouse in the list.
svn: r1639
This commit is contained in:
parent
60228bb421
commit
045d69243c
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user