Mercurial > wow > reaction
diff modules/ReAction_Action/ReAction_Action.lua @ 30:0d95ce7a9ec2
- added Ace3 externs
- converted ReAction_ConfigUI to use blizzard interface addons panel via AceConfigDialog-3.0
- partially converted FuBar module to LibRock, deprecated it (going to remove it entirely later)
- cleaned up a couple other tidbits
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Wed, 02 Apr 2008 23:31:13 +0000 |
parents | 21bcaf8215ff |
children | 7b7d178dec52 |
line wrap: on
line diff
--- a/modules/ReAction_Action/ReAction_Action.lua Wed Apr 02 18:22:02 2008 +0000 +++ b/modules/ReAction_Action/ReAction_Action.lua Wed Apr 02 23:31:13 2008 +0000 @@ -195,11 +195,7 @@ -- TODO: re-implement ActionButton event handlers that don't do secure stuff -- this will probably cause taint, using right now for display/debugging purposes - f:SetScript("OnAttributeChanged", - function() - ActionButton_UpdateAction() - end - ) + f:SetScript("OnAttributeChanged", ActionButton_UpdateAction) f:SetAttribute("action", config.actionID) barFrame:SetAttribute("addchild",f) self.frame = f