diff options
author | Hiroyuki Ikezoe <poincare@ikezoe.net> | 2007-10-07 09:26:26 +0800 |
---|---|---|
committer | Hiroyuki Ikezoe <hiikezoe@src.gnome.org> | 2007-10-07 09:26:26 +0800 |
commit | f1b6fa21b9bfb030ad838f36abf2107ae190036c (patch) | |
tree | 8f0f95bdf136865d444cbad7fdf799ab228fe159 /calendar/ChangeLog | |
parent | e093117ef673e80c54e603ee0ed1dbd487a4bcb6 (diff) | |
download | gsoc2013-evolution-f1b6fa21b9bfb030ad838f36abf2107ae190036c.tar.gz gsoc2013-evolution-f1b6fa21b9bfb030ad838f36abf2107ae190036c.tar.zst gsoc2013-evolution-f1b6fa21b9bfb030ad838f36abf2107ae190036c.zip |
** Fix for bug #455862 Plugged memory leaks.
2007-10-07 Hiroyuki Ikezoe <poincare@ikezoe.net>
** Fix for bug #455862
Plugged memory leaks.
* gui/comp-util.c:
* gui/comp-util.h:(cal_comp_util_get_n_icons): A new function to
get the number of icons owned by ECalComponent.
* gui/e-day-view-main-item.c:
* gui/e-day-view.c:
* gui/e-week-view-event-item.c:
* gui/e-week-view.c: Use cal_comp_util_get_n_icons.
svn path=/trunk/; revision=34359
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index a4d971d48a..be8d4dd67f 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,17 @@ +2007-10-07 Hiroyuki Ikezoe <poincare@ikezoe.net> + + ** Fix for bug #455862 + Plugged memory leaks. + + * gui/comp-util.c: + * gui/comp-util.h:(cal_comp_util_get_n_icons): A new function to + get the number of icons owned by ECalComponent. + + * gui/e-day-view-main-item.c: + * gui/e-day-view.c: + * gui/e-week-view-event-item.c: + * gui/e-week-view.c: Use cal_comp_util_get_n_icons. + 2007-10-05 Milan Crha <mcrha@redhat.com> * gui/alarm-notify/alarm-queue.c: (alarm_queue_remove_client): |