diff options
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/apps_evolution_calendar.schemas | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index e0fbe35c9d..09d2a5d067 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2003-09-15 Harry Lu <harry.lu@sun.com> + + * gui/apps_evolution_calendar.schemas: change last_notification_time's + type from string to int. + 2003-09-12 Bolian Yin <bolian.yin@sun.com> * e-week-view.c (e_week_view_focus): make jump button focusable diff --git a/calendar/gui/apps_evolution_calendar.schemas b/calendar/gui/apps_evolution_calendar.schemas index 54591916bd..27e9aa44e2 100644 --- a/calendar/gui/apps_evolution_calendar.schemas +++ b/calendar/gui/apps_evolution_calendar.schemas @@ -325,7 +325,7 @@ <key>/schemas/apps/evolution/calendar/notify/last_notification_time</key> <applyto>/apps/evolution/calendar/notify/last_notification_time</applyto> <owner>evolution-calendar</owner> - <type>string</type> + <type>int</type> <default>-1</default> <locale name="C"> <short>Time last alarm ran</short> |