summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSven Neumann <sven@gimp.org>2001-04-04 18:28:37 +0000
committerSven Neumann <neo@src.gnome.org>2001-04-04 18:28:37 +0000
commit3bc782bdfa784ae6f366a788967009eac66e9947 (patch)
tree8812e9b7425e6bc3645619afd9772ded5168f189 /tests
parent90b69875d25bb3c9d6f69eaf33ca36bb95390cec (diff)
downloadgtk+-3bc782bdfa784ae6f366a788967009eac66e9947.tar.gz
corrected path to gtk.immodules
2001-04-04 Sven Neumann <sven@gimp.org> * tests/testgtk.c (test_init): corrected path to gtk.immodules
Diffstat (limited to 'tests')
-rw-r--r--tests/.cvsignore3
-rw-r--r--tests/testgtk.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/tests/.cvsignore b/tests/.cvsignore
index 450c6d654e..27ec92fde1 100644
--- a/tests/.cvsignore
+++ b/tests/.cvsignore
@@ -6,6 +6,7 @@ makefile.msc
.libs
simple
testcalendar
+testdnd
testgtk
testinput
testrgb
@@ -15,5 +16,7 @@ testtreeview
testtreecolumns
testsocket
testsocket_child
+testtextbuffer
testtreefocus
+testtreesort
treestoretest
diff --git a/tests/testgtk.c b/tests/testgtk.c
index 3f73136479..5d0eceda23 100644
--- a/tests/testgtk.c
+++ b/tests/testgtk.c
@@ -10302,7 +10302,7 @@ test_init ()
if (file_exists ("../gdk-pixbuf/.libs/libpixbufloader-pnm.so"))
{
putenv ("GDK_PIXBUF_MODULEDIR=../gdk-pixbuf/.libs");
- putenv ("GTK_IM_MODULE_FILE=./gtk.immodules");
+ putenv ("GTK_IM_MODULE_FILE=../modules/input/gtk.immodules");
}
}