summaryrefslogtreecommitdiffstats
path: root/meta/packages/gtk+/gtk+-2.6.4-1.osso7/gtkmenushell.h.diff
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/gtkmenushell.h.diff
parentb6959cf8d390ded754f9a4ab5ce746313663a510 (diff)
downloadpoky-09f13534bdffe20734cb9d24171e7d04334ad24c.tar.gz
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/gtkmenushell.h.diff')
-rw-r--r--meta/packages/gtk+/gtk+-2.6.4-1.osso7/gtkmenushell.h.diff12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta/packages/gtk+/gtk+-2.6.4-1.osso7/gtkmenushell.h.diff b/meta/packages/gtk+/gtk+-2.6.4-1.osso7/gtkmenushell.h.diff
deleted file mode 100644
index 4bd7fc547c..0000000000
--- a/meta/packages/gtk+/gtk+-2.6.4-1.osso7/gtkmenushell.h.diff
+++ /dev/null
@@ -1,12 +0,0 @@
1--- gtk+-2.6.4/gtk/gtkmenushell.h 2004-12-11 00:09:22.000000000 +0200
2+++ gtk+-2.6.4/gtk/gtkmenushell.h 2005-04-06 16:19:36.999913520 +0300
3@@ -124,6 +124,9 @@
4 void _gtk_menu_shell_remove_mnemonic (GtkMenuShell *menu_shell,
5 guint keyval,
6 GtkWidget *target);
7+gboolean gtk_menu_shell_get_take_focus (GtkMenuShell *menu_shell);
8+void gtk_menu_shell_set_take_focus (GtkMenuShell *menu_shell,
9+ gboolean take_focus);
10
11 #ifdef __cplusplus
12 }