Bump version to 0.5.2

This commit is contained in:
Philip
2017-06-22 05:46:26 +02:00
parent 3239a747f0
commit 74c97488ae
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ class Hello():
self.builder.get_object("languages").set_active_id(self.get_best_locale())
# Set autostart switcher state
self.autostart = os.path.isfile(self.preferences["autostart_path"])
self.autostart = os.path.isfile(fix_path(self.preferences["autostart_path"])
self.builder.get_object("autostart").set_active(self.autostart)
# Live systems