aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2008-11-19 20:11:50 +0800
committerMilan Crha <mcrha@src.gnome.org>2008-11-19 20:11:50 +0800
commit3a98f1caa7bd4783696897f3fbe9fb5fa2cadd3f (patch)
tree48c6d9e3954cbb02c379928c01e7fc38f5620d03 /calendar/ChangeLog
parent31e212934cb4fcb43eb0836758546e2a8ae294e5 (diff)
downloadgsoc2013-evolution-3a98f1caa7bd4783696897f3fbe9fb5fa2cadd3f.tar
gsoc2013-evolution-3a98f1caa7bd4783696897f3fbe9fb5fa2cadd3f.tar.gz
gsoc2013-evolution-3a98f1caa7bd4783696897f3fbe9fb5fa2cadd3f.tar.bz2
gsoc2013-evolution-3a98f1caa7bd4783696897f3fbe9fb5fa2cadd3f.tar.lz
gsoc2013-evolution-3a98f1caa7bd4783696897f3fbe9fb5fa2cadd3f.tar.xz
gsoc2013-evolution-3a98f1caa7bd4783696897f3fbe9fb5fa2cadd3f.tar.zst
gsoc2013-evolution-3a98f1caa7bd4783696897f3fbe9fb5fa2cadd3f.zip
** Fix for bug #556224
2008-11-19 Milan Crha <mcrha@redhat.com> ** Fix for bug #556224 * gui/gnome-cal.c: (struct _GnomeCalendarPrivate), (setup_widgets), (update_todo_view_async), (update_todo_view), (gnome_calendar_init), (gnome_calendar_destroy): Run always 'update_todo_view' in a separate thread and guard its body with a mutex. * gui/gnome-cal.c: (update_query_async): Do not leak. svn path=/trunk/; revision=36803
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index ffbde37e7f..a28754ad15 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,14 @@
+2008-11-19 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #556224
+
+ * gui/gnome-cal.c: (struct _GnomeCalendarPrivate), (setup_widgets),
+ (update_todo_view_async), (update_todo_view), (gnome_calendar_init),
+ (gnome_calendar_destroy): Run always 'update_todo_view' in a separate
+ thread and guard its body with a mutex.
+
+ * gui/gnome-cal.c: (update_query_async): Do not leak.
+
2008-11-17 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #557818