diff -r 9aa978699dbc -r 76f90ca8f6f2 pidgin/gtkdialogs.c --- a/pidgin/gtkdialogs.c Sat Apr 18 07:00:20 2009 +0000 +++ b/pidgin/gtkdialogs.c Sat Apr 18 07:31:32 2009 +0000 @@ -427,7 +427,7 @@ #endif gtk_widget_destroy(logo); logo = gtk_image_new_from_pixbuf(pixbuf); - gdk_pixbuf_unref(pixbuf); + g_object_unref(G_OBJECT(pixbuf)); /* Insert the logo */ obj = gtk_widget_get_accessible(logo); tmp = g_strconcat(PIDGIN_NAME, " " DISPLAY_VERSION, NULL);