* 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:
Don Allingham 2005-03-26 15:27:39 +00:00
parent bfcd1b8a34
commit b0d3ab87aa
3 changed files with 845 additions and 300 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff

View File

@ -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