* src/EventEdit.py: Display error message if event type not specified.
* src/gramps_main.py: fix merge callback svn: r4240
This commit is contained in:
parent
bfcd1b8a34
commit
b0d3ab87aa
@ -19,6 +19,10 @@
|
||||
* src/DdTargets.py: added targets for FAMILY_EVENT, FAMILY_ATTRIBUTE,
|
||||
CHILD and SPOUSE
|
||||
|
||||
2005-03-24 Don Allingham <don@gramps-project.org>
|
||||
* src/EventEdit.py: Display error message if event type not specified.
|
||||
* src/gramps_main.py: fix merge callback
|
||||
|
||||
2005-03-24 Alex Roitman <shura@gramps-project.org>
|
||||
* src/RelLib.py (Witness.__init__): Typo.
|
||||
* src/plugins/Check.py (cleanup_missing_photos): Use new mediaref
|
||||
|
1140
src/MergeData.py
1140
src/MergeData.py
File diff suppressed because it is too large
Load Diff
@ -114,6 +114,7 @@ dialogFile = "%s/gramps.glade" % rootDir
|
||||
srcselFile = "%s/gramps.glade" % rootDir
|
||||
findFile = "%s/find.glade" % rootDir
|
||||
mergeFile = "%s/mergedata.glade" % rootDir
|
||||
merge2File = "%s/merge.glade" % rootDir
|
||||
filterFile = "%s/rule.glade" % rootDir
|
||||
errdialogsFile = "%s/gramps.glade" % rootDir
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user