From 3afd674b0795d65e478d16da034d5d1fbbf737a4 Mon Sep 17 00:00:00 2001 From: 6 Date: Thu, 7 Dec 2000 00:49:41 +0000 Subject: unref the pixbuf when finished with it 2000-12-06 * gui/e-week-view.c (e_week_view_init): unref the pixbuf when finished with it svn path=/trunk/; revision=6832 --- calendar/ChangeLog | 5 +++++ calendar/gui/e-week-view.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index cd2c4fa739..1d99df64b0 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2000-12-06 + + * gui/e-week-view.c (e_week_view_init): unref the pixbuf when + finished with it + 2000-12-06 Federico Mena Quintero Fixes bug #920. diff --git a/calendar/gui/e-week-view.c b/calendar/gui/e-week-view.c index e6d0546b96..5b6c4960f4 100644 --- a/calendar/gui/e-week-view.c +++ b/calendar/gui/e-week-view.c @@ -352,7 +352,7 @@ e_week_view_init (EWeekView *week_view) GTK_SIGNAL_FUNC (e_week_view_on_jump_button_event), week_view); } - + gdk_pixbuf_unref (pixbuf); /* * Scrollbar. -- cgit v1.2.3