diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2009-04-13 17:03:38 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2009-04-13 17:03:38 +0800 |
commit | 9896e4f7db7817087b7c18793682a4ab5f7c63e2 (patch) | |
tree | 54f2dc155338cba91fa82500cbb619f4024e7b46 /calendar/ChangeLog | |
parent | 064ff85b3b8e06a5347b62e5c80c1273875e719a (diff) | |
download | gsoc2013-evolution-9896e4f7db7817087b7c18793682a4ab5f7c63e2.tar.gz gsoc2013-evolution-9896e4f7db7817087b7c18793682a4ab5f7c63e2.tar.zst gsoc2013-evolution-9896e4f7db7817087b7c18793682a4ab5f7c63e2.zip |
Fixes #561312
2009-04-13 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #561312
* calendar/gui/comp-util.c:
* calendar/gui/comp-util.h: Added a new function to
sanitize master recurrence event before modifying
all instances.
* calendar/gui/dialogs/comp-editor.c:
* calendar/gui/e-day-view.c:
* calendar/gui/e-week-view.c: Used the new util api.
Do not invoke recurrence dialog while modifying detached
instances.
svn path=/trunk/; revision=37518
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 176c6fcca7..306e5bda37 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,16 @@ +2009-04-13 Chenthill Palanisamy <pchenthill@novell.com> + + Fixes #561312 + * calendar/gui/comp-util.c: + * calendar/gui/comp-util.h: Added a new function to + sanitize master recurrence event before modifying + all instances. + * calendar/gui/dialogs/comp-editor.c: + * calendar/gui/e-day-view.c: + * calendar/gui/e-week-view.c: Used the new util api. + Do not invoke recurrence dialog while modifying detached + instances. + 2009-04-07 Milan Crha <mcrha@redhat.com> ** Fix for bug #523802 |