[nautilus] Allow users to define shortcuts for extension menu items
- From: Alexander Larsson <alexl src gnome org>
- To: svn-commits-list gnome org
- Subject: [nautilus] Allow users to define shortcuts for extension menu items
- Date: Tue, 12 May 2009 08:01:23 -0400 (EDT)
commit 24d9d3715194ff1145550a7fe3e9b8414ca568d2
Author: Holger Berndt <berndth gmx de>
Date: Wed Apr 29 00:10:26 2009 +0200
Allow users to define shortcuts for extension menu items
---
src/nautilus-window-menus.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/nautilus-window-menus.c b/src/nautilus-window-menus.c
index 0d4a850..d3b2a5f 100644
--- a/src/nautilus-window-menus.c
+++ b/src/nautilus-window-menus.c
@@ -979,7 +979,7 @@ add_extension_menu_items (NautilusWindow *window,
g_object_get (item, "menu", &menu, NULL);
action = nautilus_action_from_menu_item (item);
- gtk_action_group_add_action (action_group, action);
+ gtk_action_group_add_action_with_accel (action_group, action, NULL);
path = g_build_path ("/", POPUP_PATH_EXTENSION_ACTIONS, subdirectory, NULL);
gtk_ui_manager_add_ui (ui_manager,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]