- fixed an error popping up whenever a user had icehud disabled in its settings and tried to access the config page

This commit is contained in:
Parnic
2010-11-04 17:56:18 +00:00
parent 6e46c2b3f4
commit 067096b51f
2 changed files with 5 additions and 4 deletions

View File

@ -251,11 +251,12 @@ function IceHUD:OnEnable(isFirst)
if LibDualSpec then
LibDualSpec:EnhanceDatabase(self.db, "IceHUD")
end
--@debug@
IceHUD_Options:OnLoad()
--@end-debug@
end
--@debug@
IceHUD_Options:OnLoad()
--@end-debug@
if isFirst then
self:SetDebugging(self.IceCore:GetDebug())
self.debugFrame = ChatFrame2