[hello] fix routine

merge-requests/64/head 0.5.2
Philip 2017-06-22 05:49:53 +02:00
parent 74c97488ae
commit 1f3a751878
1 changed files with 1 additions and 1 deletions

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(fix_path(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