- Minor fixes

This commit is contained in:
noisymime 2008-04-09 04:56:55 +00:00
parent 4b4392a875
commit 41c0c71210
2 changed files with 3 additions and 2 deletions

View File

@ -102,9 +102,10 @@ class MainApp:
#Load all modules
for mods in modules:
if self.glossMgr.debug: print "Loading module: %s" % tempMod.title
tempMod = mods.Module(self.glossMgr, self.dbMgr)
title = tempMod.title
if self.glossMgr.debug: print "Loading module: %s" % title
#print title
self.splashScreen.set_msg("Loading "+title)

View File

@ -11,7 +11,7 @@ class ThemeMgr:
currentTheme = "default"
currentTheme = "Pear"
#currentTheme = "Mich"
currentTheme = "Gloxygen"
#currentTheme = "Gloxygen"
def __init__(self, glossMgr):
self.stage = glossMgr.stage