comparison modules/ReAction_ConfigUI/ReAction_ConfigUI.lua @ 42:11ddb9610770

ConfigUI: Fixed bogus config mode handler
author Flick <flickerstreak@gmail.com>
date Thu, 03 Apr 2008 21:36:26 +0000
parents c54c481ad0ed
children 2232b8336903
comparison
equal deleted inserted replaced
41:093557364426 42:11ddb9610770
29 unlock = { 29 unlock = {
30 type = "toggle", 30 type = "toggle",
31 handler = module, 31 handler = module,
32 name = L["Unlock Bars"], 32 name = L["Unlock Bars"],
33 desc = L["Unlock bars for dragging and resizing with the mouse"], 33 desc = L["Unlock bars for dragging and resizing with the mouse"],
34 get = function() return module.configMode end, 34 get = function() return ReAction.configMode end,
35 set = function(info, value) module:SetConfigMode(value) end, 35 set = function(info, value) ReAction:SetConfigMode(value) end,
36 disabled = InCombatLockdown, 36 disabled = InCombatLockdown,
37 order = 1 37 order = 1
38 }, 38 },
39 }, 39 },
40 order = 1, 40 order = 1,