fix a problem with manual initial settings looping forever

This commit is contained in:
Erik Kristensen 2010-10-22 22:59:18 -04:00
parent 8ef9f38966
commit 4e123e1d82
1 changed files with 2 additions and 1 deletions

View File

@ -936,7 +936,8 @@ class MythBoxeeStatus(MythBoxeeBase):
class MythBoxeeSettings(MythBoxeeBase):
def __init__(self):
MythBoxeeBase.__init__(self)
#MythBoxeeBase.__init__(self)
self.config = mc.GetApp().GetLocalConfig()
self.log("def(SettingsInit): Start =========================================================")
self.config.SetValue("loadingsettings", "true")