diff --git a/lib/gui_lite.py b/lib/gui_lite.py index d594a216..a37790a3 100644 --- a/lib/gui_lite.py +++ b/lib/gui_lite.py @@ -480,7 +480,11 @@ class ReceivePopup(QDialog): self.show() class MiniActuator: - + """Initialize the definitions for all the menubar functions and + sending/recieving bitcoins. + """ + + def __init__(self, wallet): """Retrieve the gui theme used in previous session.""" self.wallet = wallet