diff pidgin/gtkblist.c @ 26712:38a5df43d525

Oops, I must have been tired. I only replaced the first occurrence of these deprecated functions. I think I got them all now.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 18 Apr 2009 22:39:56 +0000
parents 548871664d3b
children 9484cc400aca f3ccb5a36fd6
line wrap: on
line diff
--- a/pidgin/gtkblist.c	Sat Apr 18 22:13:26 2009 +0000
+++ b/pidgin/gtkblist.c	Sat Apr 18 22:39:56 2009 +0000
@@ -6630,7 +6630,7 @@
 	purple_signals_disconnect_by_handle(gtkblist);
 
 	if (gtkblist->headline_close)
-		gdk_pixbuf_unref(gtkblist->headline_close);
+		g_object_unref(G_OBJECT(gtkblist->headline_close));
 
 	gtk_widget_destroy(gtkblist->window);