[gtk+] gail: remove obsolete select and deselect signals from MenuItem
- From: William Jon McCann <mccann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] gail: remove obsolete select and deselect signals from MenuItem
- Date: Thu, 30 Sep 2010 18:49:10 +0000 (UTC)
commit 7c140feb6b18c6e158b83356370a85864758c4f9
Author: William Jon McCann <jmccann redhat com>
Date: Thu Sep 30 14:42:38 2010 -0400
gail: remove obsolete select and deselect signals from MenuItem
They were removed in 3bd93e5bfd968d21cbcba15b952b254c41f204f9
modules/other/gail/gail.c | 16 ----------------
1 files changed, 0 insertions(+), 16 deletions(-)
---
diff --git a/modules/other/gail/gail.c b/modules/other/gail/gail.c
index 21abd08..d53fd56 100644
--- a/modules/other/gail/gail.c
+++ b/modules/other/gail/gail.c
@@ -707,22 +707,6 @@ gail_focus_tracker_init (void)
g_signal_add_emission_hook (
g_signal_lookup ("event-after", GTK_TYPE_WIDGET), 0,
gail_focus_watcher, NULL, (GDestroyNotify) NULL);
- /*
- * A "select" signal is emitted when arrow key is used to
- * move to a list item in the popup window of a GtkCombo or
- * a menu item in a menu.
- */
- g_signal_add_emission_hook (
- g_signal_lookup ("select", GTK_TYPE_MENU_ITEM), 0,
- gail_select_watcher, NULL, (GDestroyNotify) NULL);
-
- /*
- * A "deselect" signal is emitted when arrow key is used to
- * move from a menu item in a menu to the parent menu.
- */
- g_signal_add_emission_hook (
- g_signal_lookup ("deselect", GTK_TYPE_MENU_ITEM), 0,
- gail_deselect_watcher, NULL, (GDestroyNotify) NULL);
/*
* We listen for deactivate signals on menushells to determine
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]