- made sure to unregister OnUpdate in custom bars and cd bars after the bar is hidden

- added the spell icon functionality from the custom bar to the custom cd bar
This commit is contained in:
Parnic
2010-04-01 20:37:33 +00:00
parent c9743fa003
commit e3f8fb3a49
2 changed files with 135 additions and 7 deletions

View File

@ -485,6 +485,7 @@ function IceCustomBar.prototype:UpdateCustomBar(unit, fromUpdate)
else
self:UpdateBar(0, "undef")
self:Show(false)
self.frame:SetScript("OnUpdate", nil)
end
if (remaining ~= nil) then