more ButtonFacade integration

This commit is contained in:
Hendrik Leppkes
2008-04-12 11:07:42 +00:00
parent 9de4526d6c
commit a889dd57c1
4 changed files with 31 additions and 11 deletions
-11
View File
@@ -80,10 +80,6 @@ function BT4ActionBars:OnEnable()
end
end
if LBF then
LBF:RegisterSkinCallback("Bartender4", self.UpdateSkin, self)
end
first = nil
end
@@ -139,13 +135,6 @@ function BT4ActionBars:ApplyConfig()
end
end
function BT4ActionBars:UpdateSkin(SkinID, Gloss, Backdrop, Group, Button)
local id = tonumber(Group)
if id and self.actionbars[id] then
self.actionbars[id]:ForAll("Update")
end
end
-- we do not allow to disable the actionbars module
function BT4ActionBars:ToggleModule()
return