From 4a56b7ce663ec0b4d68114b2b85c3f41f577bca8 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Tue, 30 Mar 2010 06:04:04 -0400 Subject: [PATCH] Revert the changes for "Include Excluded", "Display Exclusions" - they're config options, not actions. /headslap pompy --- Config.lua | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Config.lua b/Config.lua index c7ba3e1..58e96bc 100644 --- a/Config.lua +++ b/Config.lua @@ -144,12 +144,6 @@ local function fullOptions() desc = L["EXCLUDECOUNT_DESC"], get = function() return addon.db.profile.includeexcluded end, set = function() addon.db.profile.includeexcluded = not addon.db.profile.includeexcluded end, - disabled = function(info) - for spell_id in pairs(addon.db.profile.exclusionlist) do - return false - end - return true - end, }, ignoreexclusionlist = { order = 24, @@ -164,12 +158,6 @@ local function fullOptions() addon:Scan() end end, - disabled = function(info) - for spell_id in pairs(addon.db.profile.exclusionlist) do - return false - end - return true - end, }, spacer2 = { order = 39, -- 1.7.9.5