X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Falarm_handler.py;h=ddcd95571b1569fbb0893e4e2e600336bb3837af;hb=9ca65ba272fd3e554d6da329f263bfc9b461f63f;hp=52a580e760a8bea5cd1f7e1c04359378a536b86d;hpb=0ba0b153f9787ab64daead531eb0a71d1ecfbe14;p=gc-dialer diff --git a/src/alarm_handler.py b/src/alarm_handler.py index 52a580e..ddcd955 100644 --- a/src/alarm_handler.py +++ b/src/alarm_handler.py @@ -312,6 +312,7 @@ class _NoneAlarmHandler(object): def load_settings(self, config, sectionName): try: self._recurrence = config.getint(sectionName, "recurrence") + self._enabled = True except ConfigParser.NoOptionError: pass except ConfigParser.NoSectionError: