psa: fixed configdir value
[feedingit] / psa_harmattan / feedingit / deb_dist / feedingit-0.1.0 / pysrc / config.py
index 47ceaca..3d37d37 100644 (file)
@@ -280,6 +280,8 @@ class Config():
         self.config["expiry"] = expiry
     def isAutoUpdateEnabled(self):
         return self.config["autoupdate"]
+    def setAutoUpdateEnabled(self, value):
+        self.config["autoupdate"] = value
     def getUpdateInterval(self):
         return float(self.config["updateInterval"])
     def getReadFont(self):