From aed8c5bd20f1aaf3d3076f1ce28af90d5893c367 Mon Sep 17 00:00:00 2001 From: Hugo Posnic Date: Mon, 19 Dec 2016 20:40:29 +0100 Subject: [PATCH] Fix missing self --- 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 ba62f41..afd9087 100644 --- a/src/manjaro_hello.py +++ b/src/manjaro_hello.py @@ -63,7 +63,7 @@ class ManjaroHello(): self.default_texts = {} # Choose best locale for user if self.preferences["locale"] not in self.locales: - if self.sys_locale in locales: + if self.sys_locale in self.locales: self.preferences["locale"] = self.sys_locale else: if self.sys_locale[:2] in self.locales: