From 31c7856f433ea107ea1382a01b3869a48217195a Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Fri, 9 May 2014 09:46:30 +0000
Subject: [PATCH] Don't reload from file by default

---
 src/common/Session.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/Session.cpp b/src/common/Session.cpp
index d7eef502..a0bccf58 100644
--- a/src/common/Session.cpp
+++ b/src/common/Session.cpp
@@ -225,7 +225,7 @@ void Session::update_shaded_states_setting(bool b) {
 
 bool Session::get_reload_type_setting(){
     //set 1 as the default value if not set in the file
-    return S->value(RELOAD_TYPE,1).toBool();
+    return S->value(RELOAD_TYPE,0).toBool();
 }
 
 void Session::update_reload_type_setting(bool b){
-- 
GitLab