From 1f3a75187810059f0c0efab00024a55382baafd4 Mon Sep 17 00:00:00 2001 From: Philip Date: Thu, 22 Jun 2017 05:49:53 +0200 Subject: [PATCH] [hello] fix routine --- src/manjaro_hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manjaro_hello.py b/src/manjaro_hello.py index 093301f..2fd3092 100644 --- a/src/manjaro_hello.py +++ b/src/manjaro_hello.py @@ -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