diff options
author | Milan Crha <mcrha@redhat.com> | 2008-12-15 20:25:48 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-12-15 20:25:48 +0800 |
commit | cceae2ac363158613f6d31fcc91256ac8be6d97c (patch) | |
tree | f85d2247da338a54fdb8cb8ceecb658e9c044518 /calendar/ChangeLog | |
parent | cfa073deca1450a6ae17bad6b932a593f1d2bfc5 (diff) | |
download | gsoc2013-evolution-cceae2ac363158613f6d31fcc91256ac8be6d97c.tar.gz gsoc2013-evolution-cceae2ac363158613f6d31fcc91256ac8be6d97c.tar.zst gsoc2013-evolution-cceae2ac363158613f6d31fcc91256ac8be6d97c.zip |
** Fix for bug #540181
2008-12-15 Milan Crha <mcrha@redhat.com>
** Fix for bug #540181
* gui/tasks-component.c: (destroy_component_view):
Do not touch already freed object.
svn path=/trunk/; revision=36898
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 4f6c6abea1..22b036a633 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,12 @@ 2008-12-15 Milan Crha <mcrha@redhat.com> + ** Fix for bug #540181 + + * gui/tasks-component.c: (destroy_component_view): + Do not touch already freed object. + +2008-12-15 Milan Crha <mcrha@redhat.com> + ** Part of fix for bug #564229 * gui/dialogs/alarm-dialog.c: (populate_widgets_from_alarm): |