Replace deprecated GTK+ symbols. See bug 572325.

This commit is contained in:
Andre Klapper 2010-05-27 20:57:18 +02:00
parent 46cd0b40f9
commit 186a999d6e

View file

@ -319,7 +319,7 @@ create_meta_theme_pixbuf (ThemeThumbnailData *theme_thumbnail_data)
g_object_unref (icon);
gtk_widget_destroy (window);
meta_theme_free (theme);
gdk_pixmap_unref (pixmap);
g_object_unref (pixmap);
return pixbuf;
}
@ -386,7 +386,7 @@ create_gtk_theme_pixbuf (ThemeThumbnailData *theme_thumbnail_data)
GDK_INTERP_BILINEAR);
g_object_unref (pixbuf);
gtk_widget_destroy (window);
gdk_pixmap_unref (pixmap);
g_object_unref (pixmap);
return retval;
}
@ -462,7 +462,7 @@ create_metacity_theme_pixbuf (ThemeThumbnailData *theme_thumbnail_data)
gtk_widget_destroy (window);
meta_theme_free (theme);
gdk_pixmap_unref (pixmap);
g_object_unref (pixmap);
return retval;
}