tcreated load_theme() docstring - electrum - Electrum Bitcoin wallet
 (HTM) git clone https://git.parazyd.org/electrum
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
       ---
 (DIR) commit deb29affc5bd24c5f56c6f87fd7282141ad60ea0
 (DIR) parent 74cea9b709d225a16ea9cf13eec3e58e179a716a
 (HTM) Author: Jimbo77 <onlineregular@gmail.com>
       Date:   Tue, 21 Aug 2012 22:43:35 -0700
       
       created load_theme() docstring
       
       Diffstat:
         M lib/gui_lite.py                     |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/lib/gui_lite.py b/lib/gui_lite.py
       t@@ -488,6 +488,7 @@ class MiniActuator:
                self.themes = util.load_theme_paths()
        
            def load_theme(self):
       +        """Load theme retrieved from wallet file."""
                try:
                    theme_prefix, theme_path = self.themes[self.theme_name]
                except KeyError: