Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > main-release-src > by-pkgid > 9e1e9368288d93760eadbd325d9a9199 > files > 9

mc-4.7.2-3mdv2010.1.src.rpm

diff -p -up mc-4.7.2/src/main.c.decent_defaults mc-4.7.2/src/main.c
--- mc-4.7.2/src/main.c.decent_defaults	2010-05-05 15:30:03.000000000 -0300
+++ mc-4.7.2/src/main.c	2010-05-06 14:32:20.000000000 -0300
@@ -162,7 +162,7 @@ int only_leading_plus_minus = 1;
 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
 /*
@@ -234,7 +234,7 @@ int confirm_overwrite = 1;
 int confirm_execute = 0;
 
 /* Asks for confirmation before leaving the program */
-int confirm_exit = 1;
+int confirm_exit = 0;
 
 /* Asks for confirmation before clean up of history */
 int confirm_history_cleanup = 1;