# HG changeset patch # User Flick # Date 1214266233 0 # Node ID 502cdb5666e2f1b2c91216eefda150642bc0fd91 # Parent da8ba8783924061754012a6312b322d82cf5b097 Removed OnAttributeChanged handler for action buttons (which was already installed by the Blizzard frame) diff -r da8ba8783924 -r 502cdb5666e2 modules/ReAction_Action/ReAction_Action.lua --- a/modules/ReAction_Action/ReAction_Action.lua Mon Jun 23 22:27:50 2008 +0000 +++ b/modules/ReAction_Action/ReAction_Action.lua Tue Jun 24 00:10:33 2008 +0000 @@ -247,9 +247,6 @@ local f = CreateFrame("CheckButton", self.name, bar:GetButtonFrame(), "ActionBarButtonTemplate") - -- this will probably cause taint and/or performance problems, using right now for display/debugging purposes - f:SetScript("OnAttributeChanged", ActionButton_UpdateAction) - f:SetAttribute("action", config.actionID) -- install mind control action support for all buttons here just for simplicity if self.idx <= 12 then