comparison 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
comparison
equal deleted inserted replaced
26711:99d0b82d5362 26712:38a5df43d525
6628 return; 6628 return;
6629 6629
6630 purple_signals_disconnect_by_handle(gtkblist); 6630 purple_signals_disconnect_by_handle(gtkblist);
6631 6631
6632 if (gtkblist->headline_close) 6632 if (gtkblist->headline_close)
6633 gdk_pixbuf_unref(gtkblist->headline_close); 6633 g_object_unref(G_OBJECT(gtkblist->headline_close));
6634 6634
6635 gtk_widget_destroy(gtkblist->window); 6635 gtk_widget_destroy(gtkblist->window);
6636 6636
6637 pidgin_blist_tooltip_destroy(); 6637 pidgin_blist_tooltip_destroy();
6638 6638