summaryrefslogtreecommitdiff
path: root/openembedded/packages/gtk+/gtk+-2.6.8/disable-tooltips.patch
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2006-04-25 18:54:03 +0000
committerChris Lord <chris@openedhand.com>2006-04-25 18:54:03 +0000
commite1256b9d3a53d27817873fa6d6636a6aabd342a3 (patch)
tree7a0f74f9f8396c3506c77d4e45398de381a3e71f /openembedded/packages/gtk+/gtk+-2.6.8/disable-tooltips.patch
parented0ece597e1e0a284a83af9aef0345f614e0197d (diff)
downloadopenembedded-core-e1256b9d3a53d27817873fa6d6636a6aabd342a3.tar.gz
openembedded-core-e1256b9d3a53d27817873fa6d6636a6aabd342a3.tar.bz2
openembedded-core-e1256b9d3a53d27817873fa6d6636a6aabd342a3.tar.xz
openembedded-core-e1256b9d3a53d27817873fa6d6636a6aabd342a3.zip
Add gtk 2.6.8, with Ross's no-deprecation patch to build with glib 2.10
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@364 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/gtk+/gtk+-2.6.8/disable-tooltips.patch')
-rw-r--r--openembedded/packages/gtk+/gtk+-2.6.8/disable-tooltips.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/openembedded/packages/gtk+/gtk+-2.6.8/disable-tooltips.patch b/openembedded/packages/gtk+/gtk+-2.6.8/disable-tooltips.patch
new file mode 100644
index 000000000..d71d839c3
--- /dev/null
+++ b/openembedded/packages/gtk+/gtk+-2.6.8/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;