* 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
bbb46e93c6
commit
20a785d887
@ -19,6 +19,10 @@
|
|||||||
* src/DdTargets.py: added targets for FAMILY_EVENT, FAMILY_ATTRIBUTE,
|
* src/DdTargets.py: added targets for FAMILY_EVENT, FAMILY_ATTRIBUTE,
|
||||||
CHILD and SPOUSE
|
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>
|
2005-03-24 Alex Roitman <shura@gramps-project.org>
|
||||||
* src/RelLib.py (Witness.__init__): Typo.
|
* src/RelLib.py (Witness.__init__): Typo.
|
||||||
* src/plugins/Check.py (cleanup_missing_photos): Use new mediaref
|
* src/plugins/Check.py (cleanup_missing_photos): Use new mediaref
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -114,6 +114,7 @@ dialogFile = "%s/gramps.glade" % rootDir
|
|||||||
srcselFile = "%s/gramps.glade" % rootDir
|
srcselFile = "%s/gramps.glade" % rootDir
|
||||||
findFile = "%s/find.glade" % rootDir
|
findFile = "%s/find.glade" % rootDir
|
||||||
mergeFile = "%s/mergedata.glade" % rootDir
|
mergeFile = "%s/mergedata.glade" % rootDir
|
||||||
|
merge2File = "%s/merge.glade" % rootDir
|
||||||
filterFile = "%s/rule.glade" % rootDir
|
filterFile = "%s/rule.glade" % rootDir
|
||||||
errdialogsFile = "%s/gramps.glade" % rootDir
|
errdialogsFile = "%s/gramps.glade" % rootDir
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user