aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorSuman Manjunath <msuman@src.gnome.org>2008-01-28 12:46:58 +0800
committerSuman Manjunath <msuman@src.gnome.org>2008-01-28 12:46:58 +0800
commit072795e5a3081544314466d51870c670a08c6198 (patch)
tree984798decbb010b0938ba172fc9692c72b3d25af /calendar/ChangeLog
parentdf100f4a47cfc46a01647e80622b95fa6dc76160 (diff)
downloadgsoc2013-evolution-072795e5a3081544314466d51870c670a08c6198.tar
gsoc2013-evolution-072795e5a3081544314466d51870c670a08c6198.tar.gz
gsoc2013-evolution-072795e5a3081544314466d51870c670a08c6198.tar.bz2
gsoc2013-evolution-072795e5a3081544314466d51870c670a08c6198.tar.lz
gsoc2013-evolution-072795e5a3081544314466d51870c670a08c6198.tar.xz
gsoc2013-evolution-072795e5a3081544314466d51870c670a08c6198.tar.zst
gsoc2013-evolution-072795e5a3081544314466d51870c670a08c6198.zip
Patch from Milan Crha <mcrha@redhat.com> ** Fix for bug #355864 (Calendar critical warning when unchecking a webcal)
svn path=/trunk/; revision=34907
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 7dd3b32914..4f5432d18a 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,11 @@
+2008-01-28 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #355864
+
+ * gui/e-week-view.c: (e_week_view_remove_event_cb):
+ Update span->background_item->event_num properly because of remove
+ of the item with lower event_num.
+
2008-01-25 Milan Crha <mcrha@redhat.com>
** Fix for bug #240073