From b2a0177c04ba34f9106449d8752c0ca935bf515b Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 19 Apr 2011 21:38:44 -0500 Subject: [PATCH] Another try at fixing settings on Maemo 5 --- src/dialogs.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/dialogs.py b/src/dialogs.py index 84fe3d8..97a0996 100644 --- a/src/dialogs.py +++ b/src/dialogs.py @@ -419,8 +419,11 @@ class AccountDialog(QtCore.QObject, qwrappers.WindowWrapper): @qt_compat.Slot() @qt_compat.Slot(bool) - @misc_utils.log_exception(_moduleLogger) def _on_settings_apply(self, checked = False): + self._on_settings_apply(checked) + + @misc_utils.log_exception(_moduleLogger) + def __on_settings_apply(self, checked = False): with qui_utils.notify_error(self._app.errorLog): self.settingsApproved.emit() self.hide() -- 1.7.9.5