diff --git a/Fltk/onelabGroup.cpp b/Fltk/onelabGroup.cpp
index 2e5e4c1ba66094a3991b7c0f6b0f72c5fd489541..6a94ac994395654db321d4b14ce011297eb2d925 100644
--- a/Fltk/onelabGroup.cpp
+++ b/Fltk/onelabGroup.cpp
@@ -414,7 +414,7 @@ bool gmshLocalNetworkClient::receiveMessage(gmshLocalNetworkClient *master)
       outfile.close();
 
       std::string reply = onelab::server::instance()->getChanged(c->getName()) ?
-        "changed" : "unchanged";
+        "true" : "false";
       getGmshServer()->SendMessage
         (GmshSocket::GMSH_OLPARSE, reply.size(), &reply[0]);
 
diff --git a/contrib/onelab/python/onelab.py b/contrib/onelab/python/onelab.py
index 4f932596d659ff299a1cfb9344a6e02d4d9bd31e..6bed104054319e0786dc6a8b713661e9636b1f30 100755
--- a/contrib/onelab/python/onelab.py
+++ b/contrib/onelab/python/onelab.py
@@ -469,7 +469,7 @@ class client :
     else :
       print(call.stderr.read())
 
-  def download(self, here, there, remote='') :
+  def download(self, there, here, remote='') :
     if not here or not there :
       return
     if remote :