- potentially fixed reported error message though i've never seen it pop up myself

- fixed one instance of some global taint (neglected to declare _ as a local var)
This commit is contained in:
Parnic
2010-10-15 00:32:28 +00:00
parent 86ee5ca6c1
commit e9ac3fd078
2 changed files with 3 additions and 2 deletions

View File

@ -646,7 +646,7 @@ function IceCore.prototype:ConfigModeToggle(bWantConfig)
end
-- blank the bottom text that we set before. if the module uses this text, it will reset itself on redraw
if self.elements[i].IsBarElement then
if self.elements[i].IsBarElement and self.elements[i].frame then
self.elements[i]:SetBottomText1()
end