Created docstring for miniActuator __init__()
authorJimbo77 <onlineregular@gmail.com>
Wed, 22 Aug 2012 05:36:15 +0000 (22:36 -0700)
committerJimbo77 <onlineregular@gmail.com>
Wed, 22 Aug 2012 05:36:15 +0000 (22:36 -0700)
lib/gui_lite.py

index 0f8daf6..11a6b81 100644 (file)
@@ -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()