* various: remove set_date/get_date removal to be replaced by

DateHandler calls


svn: r5031
This commit is contained in:
Don Allingham
2005-08-06 02:57:37 +00:00
parent 895d7e1a53
commit f1b3c2c39f
26 changed files with 191 additions and 111 deletions

View File

@@ -47,6 +47,7 @@ import Utils
import NameDisplay
import ListModel
import PluginMgr
import DateHandler
#-------------------------------------------------------------------------
#
@@ -103,7 +104,7 @@ class RelCalc:
continue
bh = p.get_birth_handle()
if bh:
bdate = self.db.get_event_from_handle(bh).get_date()
bdate = DateHandler.get_date(self.db.get_event_from_handle(bh))
else:
bdate = ""
name = p.get_primary_name()