Update
svn: r2878
This commit is contained in:
parent
df121aed48
commit
af31bab1ee
@ -262,9 +262,10 @@ class EventEditor:
|
||||
|
||||
if self.event == None:
|
||||
self.event = RelLib.Event()
|
||||
self.db.add_event(self.event)
|
||||
self.event.set_source_reference_list(self.srcreflist)
|
||||
self.event.set_witness_list(self.witnesslist)
|
||||
self.parent.elist.append(self.event)
|
||||
self.parent.elist.append(self.event.get_id())
|
||||
|
||||
self.update_event(ename,self.date,eplace_obj,edesc,enote,eformat,epriv,ecause)
|
||||
self.parent.redraw_event_list()
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user