diff options
author | JP Rosevear <jpr@ximian.com> | 2001-02-06 07:58:50 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-02-06 07:58:50 +0800 |
commit | 08b789cec1c3a110da0e1ec0e829015334715ca0 (patch) | |
tree | 0039b7ca15673ec2bf2a7adbb73bf8c0c6f6e1dc /calendar/ChangeLog | |
parent | c854c40b396fe9a07a55c05ba0c173d1fd628bad (diff) | |
download | gsoc2013-evolution-08b789cec1c3a110da0e1ec0e829015334715ca0.tar.gz gsoc2013-evolution-08b789cec1c3a110da0e1ec0e829015334715ca0.tar.zst gsoc2013-evolution-08b789cec1c3a110da0e1ec0e829015334715ca0.zip |
Set the time and duration values in the trigger to null by default
2001-02-05 JP Rosevear <jpr@ximian.com>
* cal-util/cal-component.c (cal_component_alarm_set_trigger): Set
the time and duration values in the trigger to null by default
(cal_component_free_alarm_uids): properly free the list of alarm
uids
svn path=/trunk/; revision=8005
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 b3f5f5023d..c4f1824877 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,12 @@ 2001-02-05 JP Rosevear <jpr@ximian.com> + * cal-util/cal-component.c (cal_component_alarm_set_trigger): Set + the time and duration values in the trigger to null by default + (cal_component_free_alarm_uids): properly free the list of alarm + uids + +2001-02-05 JP Rosevear <jpr@ximian.com> + * gui/event-editor.c (get_widgets): get the new reminder widgets (sync_entries): different callback data (summary_changed_cb): take different data and handle various cases |