From ade84e6fa1870c6f173bd12509b4af13c88f7d84 Mon Sep 17 00:00:00 2001
From: Benno Schulenberg <bensberg@justemail.net>
Date: Sun, 13 Apr 2014 12:01:36 +0000
Subject: [PATCH] Removing mistaken browser item from Go-To-Line menu.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4759 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 ChangeLog    | 2 ++
 src/global.c | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index e09bcfb1..9f28ab24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
 2014-04-13  Benno Schulenberg  <bensberg@justemail.net>
 	* proto.h, global.c, rcfile.c: Remove unused parameter 'menu'
 	from strtosc().
+	* global.c (shortcut_init):  Remove mistaken browser item from
+	Go-To-Line menu.
 
 2014-04-10  Benno Schulenberg  <bensberg@justemail.net>
 	* doc/syntax/Makefile.am: Add four recent syntaxes to the packlist.
diff --git a/src/global.c b/src/global.c
index 676d4b04..3fea14e2 100644
--- a/src/global.c
+++ b/src/global.c
@@ -1020,7 +1020,7 @@ void shortcut_init(void)
 
 #ifndef DISABLE_BROWSER
     if (!ISSET(RESTRICTED))
-	add_to_funcs(to_files_void, (MGOTOLINE|MINSERTFILE),
+	add_to_funcs(to_files_void, MINSERTFILE,
 	    to_files_msg, IFSCHELP(nano_tofiles_msg), FALSE, VIEW);
 #endif
 
-- 
GitLab