# HG changeset patch # User Flick # Date 1207258586 0 # Node ID 11ddb9610770c8b5b3e66807676a1795118b727f # Parent 093557364426c296e6b733ccc5553e47fe02f16c ConfigUI: Fixed bogus config mode handler diff -r 093557364426 -r 11ddb9610770 modules/ReAction_ConfigUI/ReAction_ConfigUI.lua --- a/modules/ReAction_ConfigUI/ReAction_ConfigUI.lua Thu Apr 03 21:32:12 2008 +0000 +++ b/modules/ReAction_ConfigUI/ReAction_ConfigUI.lua Thu Apr 03 21:36:26 2008 +0000 @@ -31,8 +31,8 @@ handler = module, name = L["Unlock Bars"], desc = L["Unlock bars for dragging and resizing with the mouse"], - get = function() return module.configMode end, - set = function(info, value) module:SetConfigMode(value) end, + get = function() return ReAction.configMode end, + set = function(info, value) ReAction:SetConfigMode(value) end, disabled = InCombatLockdown, order = 1 },