* 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 eb6fd70753
commit ef74b8d126
8 changed files with 19 additions and 2 deletions

View File

@ -77,6 +77,7 @@ class MediaView:
self.parent = parent
self.db = db
self.list = glade.get_widget("media_list")
#self.list.set_property('fixed-height-mode',True)
self.mid = glade.get_widget("mid")
self.mtype = glade.get_widget("mtype")
self.mdesc = glade.get_widget("mdesc")