diff options
author | JP Rosevear <jpr@ximian.com> | 2001-02-07 05:11:37 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-02-07 05:11:37 +0800 |
commit | d35c4d3229ab795af12b7a384f983b50608dee38 (patch) | |
tree | 771f781ffc2ca512fc1ec2361150423fe0c6dd0b /calendar/ChangeLog | |
parent | f8f9d8aadbad0b97409c5296bc8f0a5330dbf362 (diff) | |
download | gsoc2013-evolution-d35c4d3229ab795af12b7a384f983b50608dee38.tar gsoc2013-evolution-d35c4d3229ab795af12b7a384f983b50608dee38.tar.gz gsoc2013-evolution-d35c4d3229ab795af12b7a384f983b50608dee38.tar.bz2 gsoc2013-evolution-d35c4d3229ab795af12b7a384f983b50608dee38.tar.lz gsoc2013-evolution-d35c4d3229ab795af12b7a384f983b50608dee38.tar.xz gsoc2013-evolution-d35c4d3229ab795af12b7a384f983b50608dee38.tar.zst gsoc2013-evolution-d35c4d3229ab795af12b7a384f983b50608dee38.zip |
If the categories string is empty, remove the property (get_period_list):
2001-02-06 JP Rosevear <jpr@ximian.com>
* cal-util/cal-component.c (cal_component_set_categories): If the
categories string is empty, remove the property
(get_period_list): Fixes from clahey to handle the new rdate
format in libical
(set_period_list): ditto
svn path=/trunk/; revision=8023
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index f1f2a56241..a44200642a 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,13 @@ 2001-02-06 JP Rosevear <jpr@ximian.com> + * cal-util/cal-component.c (cal_component_set_categories): If the + categories string is empty, remove the property + (get_period_list): Fixes from clahey to handle the new rdate + format in libical + (set_period_list): ditto + +2001-02-06 JP Rosevear <jpr@ximian.com> + * gui/event-editor.c (fill_reminder_widgets): Match new append_alarm signature (reminder_to_comp_object): only add alarms tagged as new, no |