aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2003-03-15 03:42:28 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2003-03-15 03:42:28 +0800
commit238c20117fc8d3fdddb270e3ef197593e45e1a85 (patch)
treedb878b0600605fb4931134f6854a39bacbdd2c98 /calendar/ChangeLog
parentdbf748d3d227da9903dfd0cbd0ddcfaa6fc2dd1a (diff)
downloadgsoc2013-evolution-238c20117fc8d3fdddb270e3ef197593e45e1a85.tar
gsoc2013-evolution-238c20117fc8d3fdddb270e3ef197593e45e1a85.tar.gz
gsoc2013-evolution-238c20117fc8d3fdddb270e3ef197593e45e1a85.tar.bz2
gsoc2013-evolution-238c20117fc8d3fdddb270e3ef197593e45e1a85.tar.lz
gsoc2013-evolution-238c20117fc8d3fdddb270e3ef197593e45e1a85.tar.xz
gsoc2013-evolution-238c20117fc8d3fdddb270e3ef197593e45e1a85.tar.zst
gsoc2013-evolution-238c20117fc8d3fdddb270e3ef197593e45e1a85.zip
Fixes #39740
2003-03-14 Rodrigo Moya <rodrigo@ximian.com> Fixes #39740 * gui/e-meeting-model.c (is_cell_editable): check row number is valid before using it as index for the GPtrArray. 2003-03-14 Rodrigo Moya <rodrigo@ximian.com> Fixes #39356 * gui/Makefile.am: * gui/tasks-migrate.[ch]: removed tasks migration obsolete stuff. * gui/calendar-component.c (owner_set_cb): don't call tasks_migrate. svn path=/trunk/; revision=20301
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 300b8027a6..8c2278732d 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,21 @@
2003-03-14 Rodrigo Moya <rodrigo@ximian.com>
+ Fixes #39740
+
+ * gui/e-meeting-model.c (is_cell_editable): check row number is valid
+ before using it as index for the GPtrArray.
+
+2003-03-14 Rodrigo Moya <rodrigo@ximian.com>
+
+ Fixes #39356
+
+ * gui/Makefile.am:
+ * gui/tasks-migrate.[ch]: removed tasks migration obsolete stuff.
+
+ * gui/calendar-component.c (owner_set_cb): don't call tasks_migrate.
+
+2003-03-14 Rodrigo Moya <rodrigo@ximian.com>
+
* pcs/cal-factory.c (impl_CalFactory_uriList): set_release
on the sequence we create.