X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=psa_harmattan%2Ffeedingit%2Fpysrc%2Fconfig.py;h=3d37d37d16f4bfe3bbaac12666c68ca97a1cb3a9;hb=31600f9948716e7833d92c4f4abadf6bdc9e1b01;hp=522c18181e73c987967ab2ce460bbc19144cfa51;hpb=302b36573fa0f84c2af0461e6c93abefa0b63d4e;p=feedingit diff --git a/psa_harmattan/feedingit/pysrc/config.py b/psa_harmattan/feedingit/pysrc/config.py index 522c181..3d37d37 100644 --- a/psa_harmattan/feedingit/pysrc/config.py +++ b/psa_harmattan/feedingit/pysrc/config.py @@ -280,7 +280,7 @@ class Config(): self.config["expiry"] = expiry def isAutoUpdateEnabled(self): return self.config["autoupdate"] - def setAutoUpdateEnable(self, value): + def setAutoUpdateEnabled(self, value): self.config["autoupdate"] = value def getUpdateInterval(self): return float(self.config["updateInterval"])