aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-week-view.c
diff options
context:
space:
mode:
author6 <purify@the-dot-in.helixcode.com>2000-12-07 08:49:41 +0800
committerMatthew Loper <mloper@src.gnome.org>2000-12-07 08:49:41 +0800
commit3afd674b0795d65e478d16da034d5d1fbbf737a4 (patch)
tree0abababa3da7fa8f3ae36331d8000c184e832d16 /calendar/gui/e-week-view.c
parent517cb96a31bc20a9b62609a4bdfa35d10a93a020 (diff)
downloadgsoc2013-evolution-3afd674b0795d65e478d16da034d5d1fbbf737a4.tar
gsoc2013-evolution-3afd674b0795d65e478d16da034d5d1fbbf737a4.tar.gz
gsoc2013-evolution-3afd674b0795d65e478d16da034d5d1fbbf737a4.tar.bz2
gsoc2013-evolution-3afd674b0795d65e478d16da034d5d1fbbf737a4.tar.lz
gsoc2013-evolution-3afd674b0795d65e478d16da034d5d1fbbf737a4.tar.xz
gsoc2013-evolution-3afd674b0795d65e478d16da034d5d1fbbf737a4.tar.zst
gsoc2013-evolution-3afd674b0795d65e478d16da034d5d1fbbf737a4.zip
unref the pixbuf when finished with it
2000-12-06 <purify@the-dot-in.helixcode.com> * gui/e-week-view.c (e_week_view_init): unref the pixbuf when finished with it svn path=/trunk/; revision=6832
Diffstat (limited to 'calendar/gui/e-week-view.c')
-rw-r--r--calendar/gui/e-week-view.c2
1 files changed, 1 insertions, 1 deletions
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.