From: Ed Page Date: Wed, 20 Apr 2011 02:38:44 +0000 (-0500) Subject: Another try at fixing settings on Maemo 5 X-Git-Url: https://vcs.maemo.org/git/?p=gc-dialer;a=commitdiff_plain;h=b2a0177c04ba34f9106449d8752c0ca935bf515b Another try at fixing settings on Maemo 5 --- 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()