Source code for Gramps Genealogical program
Go to file
Alex Roitman ffab4c0990 * src/Date.py (is_equal): Add method -- needed to compare dates
for being identical, since __cmp__ only compares the sorting value
and ignores the modifiers.
* src/RelLib.py (Event.are_equal, LdsOrd.are_equal):
Use is_equal() method to compare dates.
* src/AddrEdit.py: Use is_equal() method to compare dates.
* src/EventEdit.py: Use is_equal() method to compare dates.
* src/gramps.glade (date_edit): Re-order widgets, add hot keys;
(event_edit, addr_edit): Remove button relief as in editPerson.


svn: r3558
2004-09-20 01:53:59 +00:00
CVSROOT initial checkin 2001-04-21 14:10:40 +00:00
gramps Fixed apply on test 2003-06-04 13:00:32 +00:00
gramps2 * src/Date.py (is_equal): Add method -- needed to compare dates 2004-09-20 01:53:59 +00:00