- now using LibKeyBound-1.0

- added more options to configure the show/hide state of the bar, now supports showing/hiding bars based on in-combat
This commit is contained in:
Hendrik Leppkes
2008-05-31 11:16:59 +00:00
parent 3e3bd90c37
commit 9e092cda14
9 changed files with 40 additions and 21 deletions
+2 -2
View File
@@ -23,8 +23,8 @@ Bartender4.ButtonBar.defaults = defaults
local LBF = LibStub("LibButtonFacade", true)
function Bartender4.ButtonBar:Create(id, template, config)
local bar = setmetatable(Bartender4.Bar:Create(id, template, config), ButtonBar_MT)
function Bartender4.ButtonBar:Create(id, config)
local bar = setmetatable(Bartender4.Bar:Create(id, config), ButtonBar_MT)
if LBF then
bar.LBFGroup = LBF:Group("Bartender4", tostring(id))