aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchenthill@novell.com>2005-03-18 20:39:37 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2005-03-18 20:39:37 +0800
commit66296dadd3be43341d9991097f972aedd525ea06 (patch)
tree5e79bc3cc8786e402bec8556f9c5947825ed1478 /calendar/ChangeLog
parent6c0fc1d201c48d0933c2114697463912126fcd75 (diff)
downloadgsoc2013-evolution-66296dadd3be43341d9991097f972aedd525ea06.tar
gsoc2013-evolution-66296dadd3be43341d9991097f972aedd525ea06.tar.gz
gsoc2013-evolution-66296dadd3be43341d9991097f972aedd525ea06.tar.bz2
gsoc2013-evolution-66296dadd3be43341d9991097f972aedd525ea06.tar.lz
gsoc2013-evolution-66296dadd3be43341d9991097f972aedd525ea06.tar.xz
gsoc2013-evolution-66296dadd3be43341d9991097f972aedd525ea06.tar.zst
gsoc2013-evolution-66296dadd3be43341d9991097f972aedd525ea06.zip
Fixes #68525, 68580 Added a boolean variable to avoid crash when a race
2005-03-17 Chenthill Palanisamy <pchenthill@novell.com> Fixes #68525, 68580 * gui/gnome-cal.c (update_query), (gnome_calendar_init): Added a boolean variable to avoid crash when a race condition occurs. svn path=/trunk/; revision=29062
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 f8dc0628e8..191738287b 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,10 @@
+2005-03-17 Chenthill Palanisamy <pchenthill@novell.com>
+
+ Fixes #68525, 68580
+ * gui/gnome-cal.c (update_query), (gnome_calendar_init):
+ Added a boolean variable to avoid crash when a race condition
+ occurs.
+
2005-03-16 Rodrigo Moya <rodrigo@novell.com>
Fixes #73101