diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-05-03 11:15:26 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-05-03 11:15:26 +0000 |
commit | 7e9df6443be13222f4ae6100bd570886bc34a5bc (patch) | |
tree | 00ca0b11597d31789983f2afd0148d886a640841 /tests/testtext.c | |
parent | d8c421f35dbe72db164038ec7082ca8f0eefbc09 (diff) | |
download | gtk+-7e9df6443be13222f4ae6100bd570886bc34a5bc.tar.gz |
Patch from Juan Pablo Mendoza Mendoza to fix things so clicking inside
Thu May 3 07:00:09 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtktextview.c: Patch from Juan Pablo Mendoza Mendoza
to fix things so clicking inside selection leaves cursor
at point where clicked. (#50324)
* gtk/gtksettings.c (gtk_settings_class_init): Restore
sane value for default double click time.
* tests/testtext.c (test_init): Really path to input modules.
Diffstat (limited to 'tests/testtext.c')
-rw-r--r-- | tests/testtext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testtext.c b/tests/testtext.c index 530842f68a..a473837cda 100644 --- a/tests/testtext.c +++ b/tests/testtext.c @@ -2234,7 +2234,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/gtk.immodules"); + putenv ("GTK_IM_MODULE_FILE=../modules/input/gtk.immodules"); } } |