* 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

@ -45,6 +45,7 @@ import const
import Utils
import ListModel
import RelLib
import DateHandler
#-------------------------------------------------------------------------
#
@ -95,7 +96,7 @@ class SelectEvent:
pname = self.db.get_place_from_handle(place_handle).get_title()
else:
pname = u''
date = event.get_date()
date = DateHandler.get_date(event)
cause = event.get_cause()
self.model.add([desc,the_id,name,date,pname,cause],handle)