mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
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:
parent
90b69875d2
commit
3bc782bdfa
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -3,4 +3,5 @@ Makefile
|
||||
.deps
|
||||
.libs
|
||||
*.la
|
||||
*.lo
|
||||
*.lo
|
||||
gtk.immodules
|
||||
|
@ -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
|
||||
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user