commit dab31f0b4757fd754498a20ce3afbb39690bd154
parent 92a161fafab08817aad269d38656e2be77ad56f7
Author: ThomasV <thomasv@gitorious>
Date: Tue, 11 Mar 2014 15:05:54 +0100
fix issue #509
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/gui/qt/lite_window.py b/gui/qt/lite_window.py
@@ -659,6 +659,7 @@ class MiniActuator:
self.g = main_window
self.theme_name = self.g.config.get('litegui_theme','Cleanlook')
self.themes = load_theme_paths()
+ self.load_theme()
def load_theme(self):
"""Load theme retrieved from wallet file."""