diff options
author | Suman Manjunath <msuman@src.gnome.org> | 2008-01-28 12:46:58 +0800 |
---|---|---|
committer | Suman Manjunath <msuman@src.gnome.org> | 2008-01-28 12:46:58 +0800 |
commit | 072795e5a3081544314466d51870c670a08c6198 (patch) | |
tree | 984798decbb010b0938ba172fc9692c72b3d25af /calendar/ChangeLog | |
parent | df100f4a47cfc46a01647e80622b95fa6dc76160 (diff) | |
download | gsoc2013-evolution-072795e5a3081544314466d51870c670a08c6198.tar.gz 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/ChangeLog | 8 |
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 |