svn: r2889
This commit is contained in:
Alex Roitman 2004-02-22 05:08:40 +00:00
parent e2da222236
commit 15ceba32c7
2 changed files with 3 additions and 3 deletions

View File

@ -355,7 +355,7 @@ class EditPerson:
"on_add_aka_clicked" : self.on_add_aka_clicked,
"on_add_attr_clicked" : self.on_add_attr_clicked,
"on_add_url_clicked" : self.on_add_url_clicked,
"on_addphoto_clicked" : self.gallery.on_add_media_object_clicked,
"on_addphoto_clicked" : self.gallery.on_add_photo_clicked,
"on_selectphoto_clicked" : self.gallery.on_select_photo_clicked,
"on_aka_delete_clicked" : self.on_aka_delete_clicked,
"on_aka_update_clicked" : self.on_aka_update_clicked,

View File

@ -1,7 +1,7 @@
#
# Gramps - a GTK+/GNOME based genealogy program
#
# Copyright (C) 2000-2003 Donald N. Allingham
# Copyright (C) 2000-2004 Donald N. Allingham
#
# 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
@ -423,7 +423,7 @@ class GrampsParser:
def start_last(self,attrs):
if attrs.has_key('prefix'):
self.name.set_prefix(attrs['prefix'])
self.name.set_surname_prefix(attrs['prefix'])
def start_note(self,attrs):
self.in_note = 1