diff options
author | Eric Andersen <andersen@codepoet.org> | 2007-01-11 08:42:34 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2007-01-11 08:42:34 +0000 |
commit | 8b9d738e496c07704e7f4f2078cce5e777b62aec (patch) | |
tree | 05d943daa7ef1f13f2673f579cdef8ce8fd83485 /package/libgtk2/disable-tooltips.patch | |
parent | 810184bb0dd445c160ab6d94338ad2165e2d529a (diff) | |
download | buildroot-novena-8b9d738e496c07704e7f4f2078cce5e777b62aec.tar.gz buildroot-novena-8b9d738e496c07704e7f4f2078cce5e777b62aec.zip |
add Gtk+ version 2
Diffstat (limited to 'package/libgtk2/disable-tooltips.patch')
-rw-r--r-- | package/libgtk2/disable-tooltips.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/libgtk2/disable-tooltips.patch b/package/libgtk2/disable-tooltips.patch new file mode 100644 index 000000000..d71d839c3 --- /dev/null +++ b/package/libgtk2/disable-tooltips.patch @@ -0,0 +1,11 @@ +--- gtk+-2.4.3/gtk/gtktooltips.c.old 2004-07-04 18:52:04.000000000 +0100 ++++ gtk+-2.4.3/gtk/gtktooltips.c 2004-07-04 18:52:08.000000000 +0100 +@@ -118,7 +118,7 @@ + tooltips->tips_data_list = NULL; + + tooltips->delay = DEFAULT_DELAY; +- tooltips->enabled = TRUE; ++ tooltips->enabled = FALSE; + tooltips->timer_tag = 0; + tooltips->use_sticky_delay = FALSE; + tooltips->last_popdown.tv_sec = -1; |