Drop an avoidable incompatibility with python 2.4. Closes LP #589200

This commit is contained in:
Chris Jones 2010-06-03 16:37:58 +01:00
parent b893248b12
commit 3018ebee21
1 changed files with 1 additions and 2 deletions

View File

@ -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"""