* src/EventEdit.py (update_event): Typo.

svn: r3602
This commit is contained in:
Alex Roitman 2004-10-07 12:38:31 +00:00
parent 5c2503b652
commit 2240ae6ef5
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2004-10-07 Alex Roitman <shura@alex.neuro.umn.edu>
* src/EventEdit.py (update_event): Typo.
2004-10-06 Don Allingham <dallingham@users.sourceforge.net>
* src/ReadGedcom.py: remove extra commits

View File

@ -349,7 +349,7 @@ class EventEditor:
self.event.set_source_reference_list(self.srcreflist)
self.event.set_witness_list(self.witnesslist)
if not dobj.are_equal(date):
if not dobj.is_equal(date):
self.event.set_date_object(date)
self.parent.lists_changed = 1