aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorLi Yuan <li.yuan@sun.com>2006-07-11 19:54:45 +0800
committerLi Yuan <liyuan@src.gnome.org>2006-07-11 19:54:45 +0800
commit0a441d94cf8cfeb8fdbeeeac210669163528a998 (patch)
treedbdb37a17342ca06df2c6c9a4bf0bed015bcd7a5 /calendar/ChangeLog
parentfb9d4cd392fcd410885f32ece0d7e8c7cb5d5b63 (diff)
downloadgsoc2013-evolution-0a441d94cf8cfeb8fdbeeeac210669163528a998.tar
gsoc2013-evolution-0a441d94cf8cfeb8fdbeeeac210669163528a998.tar.gz
gsoc2013-evolution-0a441d94cf8cfeb8fdbeeeac210669163528a998.tar.bz2
gsoc2013-evolution-0a441d94cf8cfeb8fdbeeeac210669163528a998.tar.lz
gsoc2013-evolution-0a441d94cf8cfeb8fdbeeeac210669163528a998.tar.xz
gsoc2013-evolution-0a441d94cf8cfeb8fdbeeeac210669163528a998.tar.zst
gsoc2013-evolution-0a441d94cf8cfeb8fdbeeeac210669163528a998.zip
remove week_view->comp_data first, since garray is not thread safe and the
2006-07-11 Li Yuan <li.yuan@sun.com> * gui/e-week-view.c: (e_week_view_remove_event_cb): remove week_view->comp_data first, since garray is not thread safe and the event's address may be changed. Fix for #345969. svn path=/trunk/; revision=32281
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 834c9dd696..bc7cd6d853 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,10 @@
+2006-07-11 Li Yuan <li.yuan@sun.com>
+
+ * gui/e-week-view.c: (e_week_view_remove_event_cb):
+ remove week_view->comp_data first, since garray is not thread
+ safe and the event's address may be changed.
+ Fix for #345969.
+
2006-07-11 Li Yuan <li.yuan@sun.com>
* gui/dialogs/event-page.c: (sensitize_widgets):