aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-01-14 20:42:52 +0800
committerMilan Crha <mcrha@src.gnome.org>2009-01-14 20:42:52 +0800
commit81dd4dc7093219b04e3e13fa9b9f7e61211d02f2 (patch)
tree39d7595bd4a221a189edacdd882635d5c18e9dac /calendar/ChangeLog
parent1cfd611a0585ab4026b5c351e8c16a4b7d7f1667 (diff)
downloadgsoc2013-evolution-81dd4dc7093219b04e3e13fa9b9f7e61211d02f2.tar
gsoc2013-evolution-81dd4dc7093219b04e3e13fa9b9f7e61211d02f2.tar.gz
gsoc2013-evolution-81dd4dc7093219b04e3e13fa9b9f7e61211d02f2.tar.bz2
gsoc2013-evolution-81dd4dc7093219b04e3e13fa9b9f7e61211d02f2.tar.lz
gsoc2013-evolution-81dd4dc7093219b04e3e13fa9b9f7e61211d02f2.tar.xz
gsoc2013-evolution-81dd4dc7093219b04e3e13fa9b9f7e61211d02f2.tar.zst
gsoc2013-evolution-81dd4dc7093219b04e3e13fa9b9f7e61211d02f2.zip
** Fix for bug #554454
2009-01-14 Milan Crha <mcrha@redhat.com> ** Fix for bug #554454 * gui/e-cal-model.c: (e_cal_view_objects_modified_cb): Do not crash when received 'modified' event for something not in a model. And a leak fix. svn path=/trunk/; revision=37068
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 2882432204..da6ee9b473 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,11 @@
+2009-01-14 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #554454
+
+ * gui/e-cal-model.c: (e_cal_view_objects_modified_cb):
+ Do not crash when received 'modified' event for something
+ not in a model. And a leak fix.
+
2009-01-13 Milan Crha <mcrha@redhat.com>
** Fix for bug #489437