From 62caf3429f91392947e96c64228f87012821cd5b Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 21 Mar 2016 09:10:04 +0000
Subject: [PATCH] neverChanged -> changedValue

---
 contrib/onelab/python/onelab.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/onelab/python/onelab.py b/contrib/onelab/python/onelab.py
index 01195a7af8..666fe29b92 100755
--- a/contrib/onelab/python/onelab.py
+++ b/contrib/onelab/python/onelab.py
@@ -50,7 +50,7 @@ def path(dirname, inp):
 class _parameter() :
   _membersbase = [
     ('name', 'string'), ('label', 'string', ''), ('help', 'string', ''),
-    ('neverChanged', 'int', 0), ('visible', 'int', 1), ('readOnly', 'int', 0), 
+    ('changedValue', 'int', 31), ('visible', 'int', 1), ('readOnly', 'int', 0), 
     ('attributes', ('dict', 'string', 'string'), {}),
     ('clients', ('dict', 'string', 'int'), {})
   ]
-- 
GitLab