changeset 42:11ddb9610770

ConfigUI: Fixed bogus config mode handler
author Flick <flickerstreak@gmail.com>
date Thu, 03 Apr 2008 21:36:26 +0000
parents 093557364426
children dc898780fea8
files modules/ReAction_ConfigUI/ReAction_ConfigUI.lua
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
         },