From 74c97488aec7f5dea53b2a32ef17fc3fa6d96f4d Mon Sep 17 00:00:00 2001 From: Philip Date: Thu, 22 Jun 2017 05:46:26 +0200 Subject: [PATCH] Bump version to 0.5.2 --- CHANGELOG.md | 4 ++++ src/manjaro_hello.py | 2 +- ui/manjaro-hello.glade | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 656fe71..2a4ca1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log All notable changes to this project will be documented in this file. +## [0.5.2] - 2017-06-22 +### Fixed +- Fix autostart switch state. + ## [0.5.1] - 2017-06-17 ### Fixed - Fix opening of the "forums" link. diff --git a/src/manjaro_hello.py b/src/manjaro_hello.py index 0a5b2ea..093301f 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(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 diff --git a/ui/manjaro-hello.glade b/ui/manjaro-hello.glade index 47f4126..816c5f3 100644 --- a/ui/manjaro-hello.glade +++ b/ui/manjaro-hello.glade @@ -531,7 +531,7 @@ We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we dialog window Manjaro Hello - 0.5.1 + 0.5.2 Welcome screen for Manjaro https://github.com/Huluti/manjaro-hello GitHub