aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-corba-icon-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-corba-icon-utils.c')
-rw-r--r--shell/e-shell-corba-icon-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-corba-icon-utils.c b/shell/e-shell-corba-icon-utils.c
index 0174213ecc..b88483fd35 100644
--- a/shell/e-shell-corba-icon-utils.c
+++ b/shell/e-shell-corba-icon-utils.c
@@ -201,7 +201,7 @@ e_new_gdk_pixbuf_from_corba_icon (const GNOME_Evolution_Icon *icon,
0, 0, (double) scaled_width / icon->width, (double) scaled_height / icon->height,
GDK_INTERP_HYPER);
- gdk_pixbuf_unref (pixbuf);
+ g_object_unref (pixbuf);
return scaled_pixbuf;
}