From 6b05d34adcc49e2a9b7cc96612853d4029c5933c Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 31 Jul 2014 05:33:05 +0000 Subject: [PATCH] missing attribs --- Common/GmshMessage.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Common/GmshMessage.cpp b/Common/GmshMessage.cpp index 288d84cc5b..6ed43a3339 100644 --- a/Common/GmshMessage.cpp +++ b/Common/GmshMessage.cpp @@ -1092,6 +1092,8 @@ void Msg::RunOnelabClient(const std::string &name) return; } onelab::string o(name + "/Action", "compute"); + o.setVisible(false); + o.setNeverChanged(true); onelab::server::instance()->set(o); it->second->run(); #endif -- GitLab