diff --git a/terminatorlib/prefseditor.py b/terminatorlib/prefseditor.py index 0b6eb8f8..d6a02b39 100755 --- a/terminatorlib/prefseditor.py +++ b/terminatorlib/prefseditor.py @@ -147,8 +147,7 @@ class PrefsEditor: self.set_values() except Exception, e: err('Unable to set values: %s' % e) - finally: - self.config.uninhibit_save() + self.config.uninhibit_save() def on_closebutton_clicked(self, _button): """Close the window"""