From 88f41f10ad29271f52854688be117ef3e6e52a3b Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 10 May 2010 14:03:20 +0100 Subject: [PATCH] Change the location of the gdk-pixbuf.loaders for gtk3 ABI --- gdk-pixbuf/gdk-pixbuf-io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk-pixbuf/gdk-pixbuf-io.c b/gdk-pixbuf/gdk-pixbuf-io.c index 7140766ef2..3bd471b0d1 100644 --- a/gdk-pixbuf/gdk-pixbuf-io.c +++ b/gdk-pixbuf/gdk-pixbuf-io.c @@ -305,7 +305,7 @@ gdk_pixbuf_get_module_file (void) gchar *result = g_strdup (g_getenv ("GDK_PIXBUF_MODULE_FILE")); if (!result) - result = g_build_filename (GTK_SYSCONFDIR, "gtk-2.0", "gdk-pixbuf.loaders", NULL); + result = g_build_filename (GTK_SYSCONFDIR, "gtk-3.0", "gdk-pixbuf.loaders", NULL); return result; }