Some missinglogging
authorEd Page <eopage@byu.net>
Sat, 8 Jan 2011 01:49:46 +0000 (19:49 -0600)
committerEd Page <eopage@byu.net>
Sat, 8 Jan 2011 01:49:46 +0000 (19:49 -0600)
src/dialogs.py

index 0ef96c2..8bfc1ee 100644 (file)
@@ -326,11 +326,13 @@ class AccountDialog(object):
                        self._smsNotificationButton.setEnabled(False)
 
        @QtCore.pyqtSlot(int)
+       @misc_utils.log_exception(_moduleLogger)
        def _on_notification_change(self, state):
                self._update_notification_state()
 
        @QtCore.pyqtSlot()
        @QtCore.pyqtSlot(bool)
+       @misc_utils.log_exception(_moduleLogger)
        def _on_clear(self, checked = False):
                self._doClear = True
                self._dialog.accept()