summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2010-05-10 14:03:20 +0100
committerRichard Hughes <richard@hughsie.com>2010-05-10 14:03:20 +0100
commit88f41f10ad29271f52854688be117ef3e6e52a3b (patch)
treeda63d5d24f0eb9f4e18d772d46a349a763bdf67c /gdk-pixbuf
parentc59bfed6dd578a4287783ea8c2e67804f91a9f94 (diff)
downloadgtk+-88f41f10ad29271f52854688be117ef3e6e52a3b.tar.gz
Change the location of the gdk-pixbuf.loaders for gtk3 ABI
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r--gdk-pixbuf/gdk-pixbuf-io.c2
1 files changed, 1 insertions, 1 deletions
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;
}