* src/DataViews/_RelationView.py: isue #1605, not twice in same family
2008-01-17 Benny Malengier <benny.malengier@gramps-project.org> svn: r9863
This commit is contained in:
parent
c6bfc584f1
commit
4ad552b52a
@ -1,3 +1,6 @@
|
||||
2008-01-17 Benny Malengier <benny.malengier@gramps-project.org>
|
||||
* src/DataViews/_RelationView.py: isue #1605, not twice in same family
|
||||
|
||||
2008-01-17 Benny Malengier <benny.malengier@gramps-project.org>
|
||||
* src/DataViews/PersonView.py: issue 1451, double click to expand nodes
|
||||
|
||||
|
@ -1261,7 +1261,8 @@ class RelationshipView(PageView.PersonNavView):
|
||||
|
||||
phandle = self.dbstate.get_active_person().handle
|
||||
person = self.dbstate.db.get_person_from_handle(phandle)
|
||||
skip = set(person.get_family_handle_list())
|
||||
skip = set(person.get_family_handle_list()+
|
||||
person.get_parent_family_handle_list())
|
||||
|
||||
dialog = SelectFamily(self.dbstate, self.uistate, skip=skip)
|
||||
family = dialog.run()
|
||||
|
Loading…
Reference in New Issue
Block a user