diff options
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Components/config.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py index 0d1489aa..457736f5 100644 --- a/lib/python/Components/config.py +++ b/lib/python/Components/config.py @@ -11,7 +11,7 @@ class configBoolean: self.parent.value = len(self.parent.vals) - 1 def cancel(self): - print "cancel" + self.parent.reload() def save(self): print "save" @@ -58,7 +58,7 @@ class ConfigSlider: self.parent = parent def cancel(self): - print "slider - cancel" + self.parent.reload() def save(self): print "slider - save" |
