revert last commit until i can figure out wtf is wrong with those templates

This commit is contained in:
Hendrik Leppkes
2008-06-16 18:41:58 +00:00
parent e072ee9e08
commit 8fa4195ba9
4 changed files with 371 additions and 92 deletions
+2 -2
View File
@@ -33,14 +33,14 @@ local function getOptions()
get = function() return Bartender4.Locked end,
set = function(info, value) Bartender4[value and "Lock" or "Unlock"](Bartender4) end,
},
--[[buttonlock = {
buttonlock = {
order = 2,
type = "toggle",
name = "Button Lock",
desc = "Lock the buttons.",
get = getFunc,
set = setFunc,
},--]]
},
bars = {
order = 20,
type = "group",