commit deb29affc5bd24c5f56c6f87fd7282141ad60ea0
parent 74cea9b709d225a16ea9cf13eec3e58e179a716a
Author: Jimbo77 <onlineregular@gmail.com>
Date: Tue, 21 Aug 2012 22:43:35 -0700
created load_theme() docstring
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lib/gui_lite.py b/lib/gui_lite.py
@@ -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: