diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-05-18 19:23:06 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-05-18 19:23:06 -0400 |
commit | c51f96578226ee106a59d52bf1920f50adb16ae1 (patch) | |
tree | f83fb6bc152b56f4448aa46a89aa1e5c5a194dfe /tests/testdnd.c | |
parent | fac142c25a3a3794364110961c2d60ab3a5749c5 (diff) | |
download | gtk+-c51f96578226ee106a59d52bf1920f50adb16ae1.tar.gz |
Some cleanups after the module cache file change
Bring the various 'run uninstalled' hacks in line with the
new way of doing things, and fix make install for module cache
files.
Patch by Tadej Borovsak.
Diffstat (limited to 'tests/testdnd.c')
-rw-r--r-- | tests/testdnd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testdnd.c b/tests/testdnd.c index 2ed5803a7d..24d642f6ad 100644 --- a/tests/testdnd.c +++ b/tests/testdnd.c @@ -581,8 +581,8 @@ test_init (void) if (g_file_test ("../gdk-pixbuf/libpixbufloader-pnm.la", G_FILE_TEST_EXISTS)) { - g_setenv ("GDK_PIXBUF_MODULE_FILE", "../gdk-pixbuf/gdk-pixbuf.loaders", TRUE); - g_setenv ("GTK_IM_MODULE_FILE", "../modules/input/gtk.immodules", TRUE); + g_setenv ("GDK_PIXBUF_MODULE_FILE", "../gdk-pixbuf/loaders.cache", TRUE); + g_setenv ("GTK_IM_MODULE_FILE", "../modules/input/immodules.cache", TRUE); } } |