[nautilus-actions] Remove accelerator for new menu



commit f296e31db7f7143a797ff365dfc696225a0e4014
Author: Pierre Wieser <pwieser trychlos org>
Date:   Fri Sep 18 00:04:25 2009 +0200

    Remove accelerator for new menu

 ChangeLog                    |    3 +++
 src/nact/nact-main-menubar.c |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index dd48e78..8f5585a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -47,6 +47,9 @@
 
 	* src/nact/nact-main-tab.c: Removed (unused) file.
 
+	* src/nact/nact-main-menubar.c: Remove <Ctrl+M> accelerator to let
+	actions be the main selectable items.
+
 2009-09-16 Pierre Wieser <pwieser trychlos org>
 
 	* configure.ac:
diff --git a/src/nact/nact-main-menubar.c b/src/nact/nact-main-menubar.c
index 9cd56b8..1974fe8 100644
--- a/src/nact/nact-main-menubar.c
+++ b/src/nact/nact-main-menubar.c
@@ -93,7 +93,7 @@ static const GtkActionEntry entries[] = {
 		{ "ToolsMenu", NULL, N_( "_Tools" ) },
 		{ "HelpMenu", NULL, N_( "_Help" ) },
 
-		{ "NewMenuItem", NULL, N_( "New _menu" ), "<Ctrl>M",
+		{ "NewMenuItem", NULL, N_( "New _menu" ), NULL,
 				/* i18n: tooltip displayed in the status bar when selecting the 'New menu' item */
 				N_( "Insert a new menu at the current position" ),
 				G_CALLBACK( on_new_menu_activated ) },



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]