created load_theme() docstring
authorJimbo77 <onlineregular@gmail.com>
Wed, 22 Aug 2012 05:43:35 +0000 (22:43 -0700)
committerJimbo77 <onlineregular@gmail.com>
Wed, 22 Aug 2012 05:43:35 +0000 (22:43 -0700)
lib/gui_lite.py

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