Forgot to flush settings so that the alarm notifier could act based off of it
authorEd Page <eopage@byu.net>
Thu, 10 Feb 2011 03:53:30 +0000 (21:53 -0600)
committerEd Page <eopage@byu.net>
Thu, 10 Feb 2011 03:53:30 +0000 (21:53 -0600)
src/dialcentral_qt.py

index eb5f218..f488f0a 100755 (executable)
@@ -568,6 +568,7 @@ class MainWindow(qwrappers.WindowWrapper):
                                self._app.notifyOnMissed = self._accountDialog.notifyOnMissed
                                self._app.notifyOnVoicemail = self._accountDialog.notifyOnVoicemail
                                self._app.notifyOnSms = self._accountDialog.notifyOnSms
+                               self._app.save_settings()
                elif response == QtGui.QDialog.Rejected:
                        _moduleLogger.info("Cancelled")
                else: