svn: r1735
This commit is contained in:
Alex Roitman 2003-06-14 05:10:45 +00:00
parent 6143678cfe
commit 1749f1e524
2 changed files with 3 additions and 10 deletions

View File

@ -1,6 +1,7 @@
2003-06-13 Alex Roitman <shura@alex.neuro.umn.edu> 2003-06-13 Alex Roitman <shura@alex.neuro.umn.edu>
* src/EditPerson.py (did_data_change): When checking name type, * src/EditPerson.py (did_data_change): When checking name type,
compare translated strings (otherwise they always differ). compare translated strings (otherwise they always differ in
non-English $LANG).
2003-06-13 Don Allingham <dallingham@users.sourceforge.net> 2003-06-13 Don Allingham <dallingham@users.sourceforge.net>
* src/EditPerson.py: Removed the conflict of using pmap for two seperate * src/EditPerson.py: Removed the conflict of using pmap for two seperate

View File

@ -1,7 +1,7 @@
# #
# Gramps - a GTK+/GNOME based genealogy program # Gramps - a GTK+/GNOME based genealogy program
# #
# Copyright (C) 2000 Donald N. Allingham # Copyright (C) 2000-2003 Donald N. Allingham
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@ -673,11 +673,3 @@ register_report(
description=_("Produces a complete report on the selected people."), description=_("Produces a complete report on the selected people."),
xpm=get_xpm_image() xpm=get_xpm_image()
) )