summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/gtk+/gtk+-2.8.9/disable-tooltips.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2005-12-23 00:36:23 +0000
committerRichard Purdie <richard@openedhand.com>2005-12-23 00:36:23 +0000
commitf0ecf5b5eefa0e6489de08ccd747ef007e7ce352 (patch)
treece53e4e822fd3721e2b5c7cd1309d0d65ca04e75 /openembedded/packages/gtk+/gtk+-2.8.9/disable-tooltips.patch
parentf2bf93642c1280ac5952ed2373e61818c0d2f969 (diff)
downloadpoky-f0ecf5b5eefa0e6489de08ccd747ef007e7ce352.tar.gz
add gtk+2.8.9 and eds-feed (galago)
git-svn-id: https://svn.o-hand.com/repos/poky@212 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/gtk+/gtk+-2.8.9/disable-tooltips.patch')
-rw-r--r--openembedded/packages/gtk+/gtk+-2.8.9/disable-tooltips.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/openembedded/packages/gtk+/gtk+-2.8.9/disable-tooltips.patch b/openembedded/packages/gtk+/gtk+-2.8.9/disable-tooltips.patch
new file mode 100644
index 0000000000..d71d839c3c
--- /dev/null
+++ b/openembedded/packages/gtk+/gtk+-2.8.9/disable-tooltips.patch
@@ -0,0 +1,11 @@
1--- gtk+-2.4.3/gtk/gtktooltips.c.old 2004-07-04 18:52:04.000000000 +0100
2+++ gtk+-2.4.3/gtk/gtktooltips.c 2004-07-04 18:52:08.000000000 +0100
3@@ -118,7 +118,7 @@
4 tooltips->tips_data_list = NULL;
5
6 tooltips->delay = DEFAULT_DELAY;
7- tooltips->enabled = TRUE;
8+ tooltips->enabled = FALSE;
9 tooltips->timer_tag = 0;
10 tooltips->use_sticky_delay = FALSE;
11 tooltips->last_popdown.tv_sec = -1;