]> git.wh0rd.org Git - nano.git/commitdiff
Removing mistaken browser item from Go-To-Line menu.
authorBenno Schulenberg <bensberg@justemail.net>
Sun, 13 Apr 2014 12:01:36 +0000 (12:01 +0000)
committerBenno Schulenberg <bensberg@justemail.net>
Sun, 13 Apr 2014 12:01:36 +0000 (12:01 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4759 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
src/global.c

index e09bcfb116eb1cbf8dee6a00b94b3bdbae3baf04..9f28ab249b46aa9cb7c0d6c27f2371a90a8dbe77 100644 (file)
--- 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.
index 676d4b049491b693b6f4dd7829fe09e385362172..3fea14e2c0d314b467fe32615cee3a48c17beed1 100644 (file)
@@ -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