summaryrefslogtreecommitdiff
path: root/meta/packages/gtk+/gtk+-2.6.4-1.osso7/disable-tooltips.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-10-17 11:04:43 +0000
committerRichard Purdie <richard@openedhand.com>2006-10-17 11:04:43 +0000
commit09f13534bdffe20734cb9d24171e7d04334ad24c (patch)
tree75d62cf9a1d5cfcd2a72602ec68dc90c61041699 /meta/packages/gtk+/gtk+-2.6.4-1.osso7/disable-tooltips.patch
parentb6959cf8d390ded754f9a4ab5ce746313663a510 (diff)
downloadopenembedded-core-09f13534bdffe20734cb9d24171e7d04334ad24c.tar.gz
openembedded-core-09f13534bdffe20734cb9d24171e7d04334ad24c.tar.bz2
openembedded-core-09f13534bdffe20734cb9d24171e7d04334ad24c.tar.xz
openembedded-core-09f13534bdffe20734cb9d24171e7d04334ad24c.zip
gtk+: remove outdated maemo version
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@804 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gtk+/gtk+-2.6.4-1.osso7/disable-tooltips.patch')
-rw-r--r--meta/packages/gtk+/gtk+-2.6.4-1.osso7/disable-tooltips.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/meta/packages/gtk+/gtk+-2.6.4-1.osso7/disable-tooltips.patch b/meta/packages/gtk+/gtk+-2.6.4-1.osso7/disable-tooltips.patch
deleted file mode 100644
index d71d839c3..000000000
--- a/meta/packages/gtk+/gtk+-2.6.4-1.osso7/disable-tooltips.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;