electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 17fa611b8084e1dda4666b83eba501aeb66cc62a
parent 4e8bb4dac4bd2bfefe411d0127e2c185a462c61b
Author: ThomasV <thomasv@gitorious>
Date:   Thu, 13 Mar 2014 08:38:25 +0100

revert load theme

Diffstat:
Mgui/qt/lite_window.py | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gui/qt/lite_window.py b/gui/qt/lite_window.py @@ -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."""