URI: 
       tcreated set_balance() docstring - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit e34243d778e30c6bd29510dd50270569de1f0785
   DIR parent 62ec74c0100ec6637808c14e51b6c3d9dfc44973
  HTML Author: Jimbo77 <onlineregular@gmail.com>
       Date:   Wed, 22 Aug 2012 17:20:42 -0700
       
       created set_balance() docstring
       
       Diffstat:
         M lib/gui_lite.py                     |       4 +++-
       
       1 file changed, 3 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/lib/gui_lite.py b/lib/gui_lite.py
       t@@ -275,6 +275,7 @@ class MiniWindow(QDialog):
                self.amount_input_changed(self.amount_input.text())
        
            def set_balances(self, btc_balance):
       +        """Set the bitcoin balance and update the amount label accordingly."""
                self.btc_balance = btc_balance
                quote_text = self.create_quote_text(btc_balance)
                if quote_text:
       t@@ -481,7 +482,7 @@ class ReceivePopup(QDialog):
                self.show()
        
        class MiniActuator:
       -    """Initialize the definitions for all the menubar functions and 
       +    """Initialize the definitions relating to themes and 
            sending/recieving bitcoins.
            """
            
       t@@ -506,6 +507,7 @@ class MiniActuator:
            def theme_names(self):
                """Sort themes."""
                return sorted(self.themes.keys())
       +    
            def selected_theme(self):
                """Select theme."""
                return self.theme_name