Ticket #2024: 0001-Disable-by-default-automatic-name-filling-with-curre.patch

File 0001-Disable-by-default-automatic-name-filling-with-curre.patch, 947 bytes (added by cosoleto, 14 years ago)
  • src/cmd.c

    From 0b7b7073beb3bcd32e1c6cd50155362fc8bce7df Mon Sep 17 00:00:00 2001
    From: Francesco Cosoleto <cosoleto@gmail.com>
    Date: Sat, 13 Feb 2010 01:27:09 +0100
    Subject: [PATCH] Disable by default automatic name filling with current selected item on mkdir command.
    
    Creating and naming directories with a new original name should be
    more frequent case rather than reusing and readapting an already
    existing filename.
    
    Signed-off-by: Francesco Cosoleto <cosoleto@gmail.com>
    ---
     src/cmd.c |    2 +-
     1 files changed, 1 insertions(+), 1 deletions(-)
    
    diff --git a/src/cmd.c b/src/cmd.c
    index ba7b792..05635b5 100644
    a b int output_starts_shell = 0; 
    9797int use_internal_edit = 1; 
    9898 
    9999/* Automatically fills name with current selected item name on mkdir */ 
    100 int auto_fill_mkdir_name = 1; 
     100int auto_fill_mkdir_name = 0; 
    101101 
    102102/* if set, only selection of files is inverted */ 
    103103int reverse_files_only = 1;