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
commit84f17f37b7025d2a95f843a17cd5efb29273e4f3 (patch)
treef0af73bb132503702c936d7cfbc6b9faa6497462 /gdk-pixbuf
parent873e1708c56e41dfb5830deb323cc322d03189fc (diff)
downloadgdk-pixbuf-84f17f37b7025d2a95f843a17cd5efb29273e4f3.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 7140766ef..3bd471b0d 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;
}