openbsd-ports/x11/gtk+2/patches/patch-gdk-pixbuf_gdk-pixbuf-io_c
2006-05-22 01:49:07 +00:00

13 lines
528 B
Plaintext

$OpenBSD: patch-gdk-pixbuf_gdk-pixbuf-io_c,v 1.6 2006/05/22 01:49:07 brad Exp $
--- gdk-pixbuf/gdk-pixbuf-io.c.orig Mon Oct 3 11:11:49 2005
+++ gdk-pixbuf/gdk-pixbuf-io.c Sat May 13 16:52:41 2006
@@ -276,7 +276,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 ("/var/db", "gtk-2.0", "gdk-pixbuf.loaders", NULL);
return result;
}