aboutsummaryrefslogtreecommitdiff
path: root/mesongui.py
diff options
context:
space:
mode:
Diffstat (limited to 'mesongui.py')
-rwxr-xr-xmesongui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesongui.py b/mesongui.py
index 2f9cac7..f0cdf1a 100755
--- a/mesongui.py
+++ b/mesongui.py
@@ -301,7 +301,7 @@ class OptionForm:
newval = True
else:
raise RuntimeError('Unknown widget type')
- self.coredata.user_options[key].value = newval
+ self.coredata.user_options[key].set_value(newval)
def build_type_changed(self, newtype):
self.coredata.buildtype = newtype