corrected path to gtk.immodules

2001-04-04  Sven Neumann  <sven@gimp.org>

	* tests/testgtk.c (test_init): corrected path to gtk.immodules
This commit is contained in:
Sven Neumann 2001-04-04 18:28:37 +00:00 committed by Sven Neumann
parent 90b69875d2
commit 3bc782bdfa
10 changed files with 34 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2001-04-04 Sven Neumann <sven@gimp.org>
* tests/testgtk.c (test_init): corrected path to gtk.immodules
Wed Apr 4 09:18:18 2001 Tim Janik <timj@gtk.org>
* Released Gtk+-1.3.3.

View File

@ -1,3 +1,7 @@
2001-04-04 Sven Neumann <sven@gimp.org>
* tests/testgtk.c (test_init): corrected path to gtk.immodules
Wed Apr 4 09:18:18 2001 Tim Janik <timj@gtk.org>
* Released Gtk+-1.3.3.

View File

@ -1,3 +1,7 @@
2001-04-04 Sven Neumann <sven@gimp.org>
* tests/testgtk.c (test_init): corrected path to gtk.immodules
Wed Apr 4 09:18:18 2001 Tim Janik <timj@gtk.org>
* Released Gtk+-1.3.3.

View File

@ -1,3 +1,7 @@
2001-04-04 Sven Neumann <sven@gimp.org>
* tests/testgtk.c (test_init): corrected path to gtk.immodules
Wed Apr 4 09:18:18 2001 Tim Janik <timj@gtk.org>
* Released Gtk+-1.3.3.

View File

@ -1,3 +1,7 @@
2001-04-04 Sven Neumann <sven@gimp.org>
* tests/testgtk.c (test_init): corrected path to gtk.immodules
Wed Apr 4 09:18:18 2001 Tim Janik <timj@gtk.org>
* Released Gtk+-1.3.3.

View File

@ -1,3 +1,7 @@
2001-04-04 Sven Neumann <sven@gimp.org>
* tests/testgtk.c (test_init): corrected path to gtk.immodules
Wed Apr 4 09:18:18 2001 Tim Janik <timj@gtk.org>
* Released Gtk+-1.3.3.

View File

@ -1,3 +1,7 @@
2001-04-04 Sven Neumann <sven@gimp.org>
* tests/testgtk.c (test_init): corrected path to gtk.immodules
Wed Apr 4 09:18:18 2001 Tim Janik <timj@gtk.org>
* Released Gtk+-1.3.3.

View File

@ -3,4 +3,5 @@ Makefile
.deps
.libs
*.la
*.lo
*.lo
gtk.immodules

View File

@ -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

View File

@ -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");
}
}