diff options
author | Harry Lu <harry.lu@sun.com> | 2003-09-15 17:31:03 +0800 |
---|---|---|
committer | Harry Lu <haip@src.gnome.org> | 2003-09-15 17:31:03 +0800 |
commit | ca1677d2f7a6f1439cf650aa975ea290f6d446c5 (patch) | |
tree | 544c7c3af3455dc49e764ba4bf0ee7b207ec819d /calendar | |
parent | 1ed7208ad8a498d2c8a5014ec60c25c01a660e55 (diff) | |
download | gsoc2013-evolution-ca1677d2f7a6f1439cf650aa975ea290f6d446c5.tar.gz gsoc2013-evolution-ca1677d2f7a6f1439cf650aa975ea290f6d446c5.tar.zst gsoc2013-evolution-ca1677d2f7a6f1439cf650aa975ea290f6d446c5.zip |
change last_notification_time's type from string to int.
2003-09-15 Harry Lu <harry.lu@sun.com>
* gui/apps_evolution_calendar.schemas: change last_notification_time's
type from string to int.
svn path=/trunk/; revision=22569
Diffstat (limited to 'calendar')
-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> |