From c718f38b1f68ca5220e4cbe15778a6a5f0652650 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sun, 1 Mar 2015 10:13:16 +0000
Subject: [PATCH] reset onelabStop!

---
 contrib/mobile/drawContext.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/mobile/drawContext.cpp b/contrib/mobile/drawContext.cpp
index 60788f77d7..4a377ae9bd 100644
--- a/contrib/mobile/drawContext.cpp
+++ b/contrib/mobile/drawContext.cpp
@@ -856,6 +856,7 @@ int onelab_cb(std::string action)
   } while(action == "compute" && !onelabStop && (onelabUtils::incrementLoop("3") ||
                                                  onelabUtils::incrementLoop("2") ||
                                                  onelabUtils::incrementLoop("1")));
+  onelabStop = false;
   locked = false;
   return onelab::server::instance()->getChanged();
 }
-- 
GitLab