diff options
author | Shuai Liu <shuai.liu@sun.com> | 2008-06-04 15:20:24 +0800 |
---|---|---|
committer | Jeff Cai <jeffcai@src.gnome.org> | 2008-06-04 15:20:24 +0800 |
commit | dc11e097f7fe7c4ce93756dfae34bd5f0e72fd1c (patch) | |
tree | ec18ebb05e2a3f27f46fa007577db8f8a2726211 /calendar/ChangeLog | |
parent | 2e763ace9acb387920b0f10d90737f8fd2271d03 (diff) | |
download | gsoc2013-evolution-dc11e097f7fe7c4ce93756dfae34bd5f0e72fd1c.tar gsoc2013-evolution-dc11e097f7fe7c4ce93756dfae34bd5f0e72fd1c.tar.gz gsoc2013-evolution-dc11e097f7fe7c4ce93756dfae34bd5f0e72fd1c.tar.bz2 gsoc2013-evolution-dc11e097f7fe7c4ce93756dfae34bd5f0e72fd1c.tar.lz gsoc2013-evolution-dc11e097f7fe7c4ce93756dfae34bd5f0e72fd1c.tar.xz gsoc2013-evolution-dc11e097f7fe7c4ce93756dfae34bd5f0e72fd1c.tar.zst gsoc2013-evolution-dc11e097f7fe7c4ce93756dfae34bd5f0e72fd1c.zip |
** Fix for bug #535204
2008-06-04 Shuai Liu <shuai.liu@sun.com>
** Fix for bug #535204
* gui/tasks-component.c: (destroy_component_view):
The tasks objects had been destroyed before the call of destroy_
component in tasks-component.c. No need to call them.
svn path=/trunk/; revision=35591
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 01a3f216ea..b767e3bf9a 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2008-06-04 Shuai Liu <shuai.liu@sun.com> + + ** Fix for bug #535204 + + * gui/tasks-component.c: (destroy_component_view): + The tasks objects had been destroyed before the call of destroy_ + component in tasks-component.c. No need to call them. + 2008-05-29 Milan Crha <mcrha@redhat.com> ** Fix for bug #535459 |