commit 74cea9b709d225a16ea9cf13eec3e58e179a716a
parent d76a85acffb0d37fa4ecba89fa88fdf4c84bd111
Author: Jimbo77 <onlineregular@gmail.com>
Date: Tue, 21 Aug 2012 22:36:15 -0700
Created docstring for miniActuator __init__()
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/gui_lite.py b/lib/gui_lite.py
@@ -482,8 +482,8 @@ class ReceivePopup(QDialog):
class MiniActuator:
def __init__(self, wallet):
+ """Retrieve the gui theme used in previous session."""
self.wallet = wallet
-
self.theme_name = self.wallet.theme
self.themes = util.load_theme_paths()