Mercurial > wow > reaction
diff classes/ActionButton.lua @ 237:704f4a05a1d7
Demodulificate all bar options (except state options)
author | Flick |
---|---|
date | Thu, 24 Mar 2011 13:11:30 -0700 |
parents | 0e20f65375d5 |
children | 8bde290d300c |
line wrap: on
line diff
--- a/classes/ActionButton.lua Thu Mar 24 13:09:44 2011 -0700 +++ b/classes/ActionButton.lua Thu Mar 24 13:11:30 2011 -0700 @@ -655,7 +655,7 @@ end -function Action.SetButtonLock( bar, lock, lockCombat ) -- call this as a static method +function Action:SetButtonLock( bar, lock, lockCombat ) local f = bar:GetFrame() f:SetAttribute("lockbuttons",lock) f:SetAttribute("lockbuttonscombat",lockCombat)