]> git.wh0rd.org Git - nano.git/commitdiff
Fix problems with inserting files using --disable-tabcomp and probably
authorChris Allegretta <chrisa@asty.org>
Sun, 16 Mar 2008 14:24:28 +0000 (14:24 +0000)
committerChris Allegretta <chrisa@asty.org>
Sun, 16 Mar 2008 14:24:28 +0000 (14:24 +0000)
other --disable type options.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4231 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/files.c

index 74ce172527082d24a52fc1093bbaee01987fd80e..fd3e14dc823555cccbc49af14ed91b4bc07ea7a6 100644 (file)
@@ -738,11 +738,9 @@ void do_insertfile(
 #endif
                MINSERTFILE, ans,
                &meta_key, &func_key,
-#ifndef DISABLE_OPERATINGDIR
-#ifndef NANO_TINY
                NULL,
-#endif
                edit_refresh, msg,
+#ifndef DISABLE_OPERATINGDIR
                operating_dir != NULL && strcmp(operating_dir,
                ".") != 0 ? operating_dir :
 #endif
@@ -764,9 +762,10 @@ void do_insertfile(
 
            ans = mallocstrcpy(ans, answer);
 
+           s = get_shortcut(currmenu, &i, &meta_key, &func_key);
+
 #ifndef NANO_TINY
 #ifdef ENABLE_MULTIBUFFER
-           s = get_shortcut(currmenu, &i, &meta_key, &func_key);
 
            if (s && s->scfunc == (void *) new_buffer_msg) {
                /* Don't allow toggling if we're in view mode. */