diff --git a/ChangeLog b/ChangeLog index e54812c65b..5607946dcd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-04-04 Sven Neumann + + * tests/testgtk.c (test_init): corrected path to gtk.immodules + Wed Apr 4 09:18:18 2001 Tim Janik * Released Gtk+-1.3.3. diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index e54812c65b..5607946dcd 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,7 @@ +2001-04-04 Sven Neumann + + * tests/testgtk.c (test_init): corrected path to gtk.immodules + Wed Apr 4 09:18:18 2001 Tim Janik * Released Gtk+-1.3.3. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index e54812c65b..5607946dcd 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2001-04-04 Sven Neumann + + * tests/testgtk.c (test_init): corrected path to gtk.immodules + Wed Apr 4 09:18:18 2001 Tim Janik * Released Gtk+-1.3.3. diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index e54812c65b..5607946dcd 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,7 @@ +2001-04-04 Sven Neumann + + * tests/testgtk.c (test_init): corrected path to gtk.immodules + Wed Apr 4 09:18:18 2001 Tim Janik * Released Gtk+-1.3.3. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index e54812c65b..5607946dcd 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,7 @@ +2001-04-04 Sven Neumann + + * tests/testgtk.c (test_init): corrected path to gtk.immodules + Wed Apr 4 09:18:18 2001 Tim Janik * Released Gtk+-1.3.3. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index e54812c65b..5607946dcd 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +2001-04-04 Sven Neumann + + * tests/testgtk.c (test_init): corrected path to gtk.immodules + Wed Apr 4 09:18:18 2001 Tim Janik * Released Gtk+-1.3.3. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index e54812c65b..5607946dcd 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +2001-04-04 Sven Neumann + + * tests/testgtk.c (test_init): corrected path to gtk.immodules + Wed Apr 4 09:18:18 2001 Tim Janik * Released Gtk+-1.3.3. diff --git a/modules/input/.cvsignore b/modules/input/.cvsignore index 8b68b641c3..5511641bce 100644 --- a/modules/input/.cvsignore +++ b/modules/input/.cvsignore @@ -3,4 +3,5 @@ Makefile .deps .libs *.la -*.lo \ No newline at end of file +*.lo +gtk.immodules 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"); } }