From e3f2daa711eded56c71e1a3dc188fd3c3728d5a4 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Thu, 28 Feb 2013 03:30:40 +0000
Subject: [PATCH] "0" now resets the onelab db

---
 Common/onelabUtils.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Common/onelabUtils.cpp b/Common/onelabUtils.cpp
index 7413762fa9..6ac66c0699 100644
--- a/Common/onelabUtils.cpp
+++ b/Common/onelabUtils.cpp
@@ -308,7 +308,7 @@ namespace onelabUtils {
     }
     else if(action == "reset"){
       setFirstComputationFlag(false);
-      OpenProject(GModel::current()->getFileName());
+      // nothing more to do: "check" will be called right afterwards
     }
     else if(action == "check"){
       if(onelab::server::instance()->getChanged("Gmsh") ||
-- 
GitLab