aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2001-07-26 06:56:56 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2001-07-26 06:56:56 +0800
commit959c0e424c5625154dfe778c8d8d851df1524e68 (patch)
tree6d50cc1970f6ea9e5860d946e853e3f3febfdbdc /calendar/ChangeLog
parent8458c070e057e77c1c84b125b3000a408c7dae6f (diff)
downloadgsoc2013-evolution-959c0e424c5625154dfe778c8d8d851df1524e68.tar
gsoc2013-evolution-959c0e424c5625154dfe778c8d8d851df1524e68.tar.gz
gsoc2013-evolution-959c0e424c5625154dfe778c8d8d851df1524e68.tar.bz2
gsoc2013-evolution-959c0e424c5625154dfe778c8d8d851df1524e68.tar.lz
gsoc2013-evolution-959c0e424c5625154dfe778c8d8d851df1524e68.tar.xz
gsoc2013-evolution-959c0e424c5625154dfe778c8d8d851df1524e68.tar.zst
gsoc2013-evolution-959c0e424c5625154dfe778c8d8d851df1524e68.zip
check type of component before actually pasting. Deal with VCALENDAR
2001-07-25 Rodrigo Moya <rodrigo@ximian.com> * gui/e-day-view.c (selection_received_cb): check type of component before actually pasting. Deal with VCALENDAR components also (fixes bug #5140) * gui/e-week-view.c (selection_received_cb): ditto * cal-client/cal-client.c (cal_client_update_object): check the return value from cal_component_get_as_string and don't call GNOME_Evolution_Calendar_Cal_updateObjects if NULL svn path=/trunk/; revision=11418
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 07bc15705d..9860c7b52a 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,15 @@
+2001-07-25 Rodrigo Moya <rodrigo@ximian.com>
+
+ * gui/e-day-view.c (selection_received_cb): check type of component
+ before actually pasting.
+ Deal with VCALENDAR components also (fixes bug #5140)
+
+ * gui/e-week-view.c (selection_received_cb): ditto
+
+ * cal-client/cal-client.c (cal_client_update_object): check the return
+ value from cal_component_get_as_string and don't call
+ GNOME_Evolution_Calendar_Cal_updateObjects if NULL
+
2001-07-25 Damon Chaplin <damon@ximian.com>
* gui/dialogs/comp-editor.c (pixmaps): used the new print preview icon.