Created docstring for miniActuator __init__()

This commit is contained in:
Jimbo77 2012-08-21 22:36:15 -07:00
parent d76a85acff
commit 74cea9b709
1 changed files with 1 additions and 1 deletions

View 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()