diff options
author | JP Rosevear <jpr@ximian.com> | 2001-04-18 03:31:25 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-04-18 03:31:25 +0800 |
commit | 306d3e2b9e4b184d27992ea7b74e8533fa9cf8a2 (patch) | |
tree | 5a448a129f6edcceb3d2eb3d7f8ce794eadf3f8d /calendar/ChangeLog | |
parent | ccd69a31fd5a84dd24758a37a196dea33f46feea (diff) | |
download | gsoc2013-evolution-306d3e2b9e4b184d27992ea7b74e8533fa9cf8a2.tar gsoc2013-evolution-306d3e2b9e4b184d27992ea7b74e8533fa9cf8a2.tar.gz gsoc2013-evolution-306d3e2b9e4b184d27992ea7b74e8533fa9cf8a2.tar.bz2 gsoc2013-evolution-306d3e2b9e4b184d27992ea7b74e8533fa9cf8a2.tar.lz gsoc2013-evolution-306d3e2b9e4b184d27992ea7b74e8533fa9cf8a2.tar.xz gsoc2013-evolution-306d3e2b9e4b184d27992ea7b74e8533fa9cf8a2.tar.zst gsoc2013-evolution-306d3e2b9e4b184d27992ea7b74e8533fa9cf8a2.zip |
the libical action stuff uses enums rather than strings to enumerate the
2001-04-17 JP Rosevear <jpr@ximian.com>
* cal-util/cal-component.c (cal_component_alarm_set_action): the
libical action stuff uses enums rather than strings to enumerate
the various actions now
(cal_component_alarm_get_action): ditto
svn path=/trunk/; revision=9429
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index bdf0bab740..0e9fe4d0b4 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2001-04-17 JP Rosevear <jpr@ximian.com> + + * cal-util/cal-component.c (cal_component_alarm_set_action): the + libical action stuff uses enums rather than strings to enumerate + the various actions now + (cal_component_alarm_get_action): ditto + 2001-04-17 Ettore Perazzoli <ettore@ximian.com> * gui/alarm-notify/Makefile.am (evolution_alarm_notify_SOURCES): |