diff options
author | JP Rosevear <jpr@ximian.com> | 2003-11-11 10:38:28 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-11-11 10:38:28 +0800 |
commit | 8e69b93f1596d3f4844c26cfd99767295db8be03 (patch) | |
tree | 36fad380c59ba0781896e2644de175625c069ce6 /calendar/ChangeLog | |
parent | 1c69704f65a80a16c66dca079f264ad0bdb30068 (diff) | |
download | gsoc2013-evolution-8e69b93f1596d3f4844c26cfd99767295db8be03.tar.gz gsoc2013-evolution-8e69b93f1596d3f4844c26cfd99767295db8be03.tar.zst gsoc2013-evolution-8e69b93f1596d3f4844c26cfd99767295db8be03.zip |
return boolean not ECalStatus (update_objects): ditto (process_item_fn):
2003-11-10 JP Rosevear <jpr@ximian.com>
* importers/icalendar-importer.c (update_single_object): return
boolean not ECalStatus
(update_objects): ditto
(process_item_fn): handle above returns
svn path=/trunk/; revision=23280
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 0b437e7a25..8e1636c18e 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,16 @@ 2003-11-10 JP Rosevear <jpr@ximian.com> + * importers/icalendar-importer.c (update_single_object): return + boolean not ECalStatus + (update_objects): ditto + (process_item_fn): handle above returns + +2003-11-10 JP Rosevear <jpr@ximian.com> + + * gui/e-cal-model-tasks.c (get_due_status): just check the boolean + +2003-11-10 JP Rosevear <jpr@ximian.com> + * conduits/calendar/calendar-conduit.c (e_calendar_context_destroy): use proper change list free function name |