Exposing to the user the ability to do partial refreshes
[gc-dialer] / src / dialogs.py
index 4cbcd84..be4a177 100644 (file)
@@ -350,15 +350,13 @@ class AccountDialog(object):
                        self._notificationTimeSelector.setEnabled(True)
 
                        self._missedCallsNotificationButton.setEnabled(False)
-                       self._voicemailNotificationButton.setEnabled(False)
-                       self._smsNotificationButton.setEnabled(False)
+                       self._voicemailNotificationButton.setEnabled(True)
+                       self._smsNotificationButton.setEnabled(True)
 
                        self._missedCallsNotificationButton.setChecked(False)
-                       self._voicemailNotificationButton.setChecked(True)
-                       self._smsNotificationButton.setChecked(True)
                else:
-
                        self._notificationTimeSelector.setEnabled(False)
+
                        self._missedCallsNotificationButton.setEnabled(False)
                        self._voicemailNotificationButton.setEnabled(False)
                        self._smsNotificationButton.setEnabled(False)