- Minor fixes
This commit is contained in:
parent
4b4392a875
commit
41c0c71210
3
gloss.py
3
gloss.py
|
@ -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)
|
||||
|
|
|
@ -11,7 +11,7 @@ class ThemeMgr:
|
|||
currentTheme = "default"
|
||||
currentTheme = "Pear"
|
||||
#currentTheme = "Mich"
|
||||
currentTheme = "Gloxygen"
|
||||
#currentTheme = "Gloxygen"
|
||||
|
||||
def __init__(self, glossMgr):
|
||||
self.stage = glossMgr.stage
|
||||
|
|
Loading…
Reference in New Issue