diff -r 9aa978699dbc -r 76f90ca8f6f2 pidgin/gtkutils.c --- a/pidgin/gtkutils.c Sat Apr 18 07:00:20 2009 +0000 +++ b/pidgin/gtkutils.c Sat Apr 18 07:31:32 2009 +0000 @@ -1627,7 +1627,7 @@ _("Set as buddy icon"), DND_BUDDY_ICON, (ft ? _("Send image file") : _("Insert in message")), (ft ? DND_FILE_TRANSFER : DND_IM_IMAGE), NULL); - gdk_pixbuf_unref(pb); + g_object_unref(G_OBJECT(pb)); return; }