aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2004-01-22 23:45:08 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-01-22 23:45:08 +0800
commit03bacd4b8c2c425addbb08d69cfc94f7cc10a8ea (patch)
tree45ad2c02643dd1e20222916b6ded95f6a6fb9da6 /calendar/ChangeLog
parent2ab7c5c3e21b45320d2062e82f5698204456f79a (diff)
downloadgsoc2013-evolution-03bacd4b8c2c425addbb08d69cfc94f7cc10a8ea.tar
gsoc2013-evolution-03bacd4b8c2c425addbb08d69cfc94f7cc10a8ea.tar.gz
gsoc2013-evolution-03bacd4b8c2c425addbb08d69cfc94f7cc10a8ea.tar.bz2
gsoc2013-evolution-03bacd4b8c2c425addbb08d69cfc94f7cc10a8ea.tar.lz
gsoc2013-evolution-03bacd4b8c2c425addbb08d69cfc94f7cc10a8ea.tar.xz
gsoc2013-evolution-03bacd4b8c2c425addbb08d69cfc94f7cc10a8ea.tar.zst
gsoc2013-evolution-03bacd4b8c2c425addbb08d69cfc94f7cc10a8ea.zip
don't assert if we can't find the component, just continue with next item
2004-01-22 Rodrigo Moya <rodrigo@ximian.com> * gui/e-cal-model.c (e_cal_view_objects_removed_cb): don't assert if we can't find the component, just continue with next item in the list. svn path=/trunk/; revision=24365
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index ba87434689..d77a0f4154 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,9 @@
+2004-01-22 Rodrigo Moya <rodrigo@ximian.com>
+
+ * gui/e-cal-model.c (e_cal_view_objects_removed_cb): don't assert
+ if we can't find the component, just continue with next item in
+ the list.
+
2004-01-22 JP Rosevear <jpr@ximian.com>
* gui/e-tasks.c (e_tasks_setup_view_menus): Remove debugging
@@ -14,7 +20,7 @@
base dir for the view storage
Fixes #53133
-
+
2004-01-21 Rodrigo Moya <rodrigo@ximian.com>
* gui/e-tasks.c (e_tasks_add_todo_source): check return value