* src/EditPerson.py: saving grouping name, instead of surname for

updating of the person list
* src/ReadGedcom.py: save person and source as soon as created
* src/gramps_main.py: compare updates based off grouping name
instead of surname


svn: r3641
This commit is contained in:
Don Allingham
2004-10-17 23:17:30 +00:00
parent 3640cb239d
commit 2b3c82d592
8 changed files with 19 additions and 2 deletions

View File

@@ -80,6 +80,7 @@ class PeopleView:
self.columns = []
self.build_columns()
#self.person_tree.set_property('fixed-height-mode',True)
self.person_selection = self.person_tree.get_selection()
self.person_selection.connect('changed',self.row_changed)
self.person_tree.connect('row_activated', self.alpha_event)