revert load theme
authorThomasV <thomasv@gitorious>
Thu, 13 Mar 2014 07:38:25 +0000 (08:38 +0100)
committerThomasV <thomasv@gitorious>
Thu, 13 Mar 2014 07:38:25 +0000 (08:38 +0100)
gui/qt/lite_window.py

index 22c4ca6..55809f0 100644 (file)
@@ -659,7 +659,8 @@ class MiniActuator:
         self.g = main_window
         self.theme_name = self.g.config.get('litegui_theme','Cleanlook')
         self.themes = load_theme_paths()
-        self.load_theme()
+        # see issue 509
+        # self.load_theme()
 
     def load_theme(self):
         """Load theme retrieved from wallet file."""