Sophie

Sophie

distrib > Mandriva > 2010.0 > x86_64 > media > main-testing-src > by-pkgid > c436e0743ca5d32f105637cdebeac083 > files > 10

mc-4.7.0.1-1mdv2010.0.src.rpm

diff -Naur mc-4.7.0-pre2/src/main.c mc-4.7.0-pre2.tpg/src/main.c
--- mc-4.7.0-pre2/src/main.c	2009-08-25 18:51:56.000000000 +0000
+++ mc-4.7.0-pre2.tpg/src/main.c	2009-08-30 19:37:22.000000000 +0000
@@ -147,7 +147,7 @@
 int pause_after_run = pause_on_dumb_terminals;
 
 /* It true saves the setup when quitting */
-int auto_save_setup = 1;
+int auto_save_setup = 0;
 
 #ifdef HAVE_CHARSET
 /*
@@ -233,7 +233,7 @@
 int confirm_execute = 0;
 
 /* Asks for confirmation before leaving the program */
-int confirm_exit = 1;
+int confirm_exit = 0;
 
 /* Asks for confirmation when using F3 to view a directory and there
    are tagged files */