WoWInterface SVN EasyDND

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/EasyDND/frames
    from Rev 72 to Rev 73
    Reverse comparison

Rev 72 → Rev 73

broker.lua
52,10 → 52,13
 
local function ToggleMinimap()
if _.db.profile.showminimap then
if _.db.profile.showarnings then
_:Print("|cff7e7e7e"..L["Minimap icon disabled, install"].." LibDBIcon-1.0 "..L["to activate this feature"].."|r")
if ICO then
ICO:Show("EasyDND")
else
if _.db.profile.showarnings then
_:Print("|cff7e7e7e"..L["Minimap icon disabled, install"].." LibDBIcon-1.0 "..L["to activate this feature"].."|r")
end
end
if ICO then ICO:Show("EasyDND") end
else
if ICO then ICO:Hide("EasyDND") end
end
81,13 → 84,15
end
end
 
local sig = "[AntiParasites] "
 
local function ToggleDewdrop(a)
if not DEW then
if _.db.profile.showarnings then
_:Print("|cff7e7e7e"..L["Quick menu disabled, install"].." DewdropLib "..L["to activate this feature"])
end
_.ToggleConfig()
return
_.ToggleConfig()
return
end
DEW:Open(a, "children", function()
local a = DEW.options.args.messages.args
117,6 → 122,7
if not _.db.profile.anti_hidenotification then
_:Print(L["Temporarily allows"].." \""..j.."\" "..L["to start"]..": "..i)
end
SendChatMessage(sig..L["Has allowed you to retry one time"]..": "..i, "WHISPER", nil, j)
wipe(_.y)
return
end
132,6 → 138,7
if not _.db.profile.anti_hidenotification then
_:Print(L["Has removed the exception for the user"].." \"".._.z[#_.z][2].."\" "..L["to start"]..": ".._.z[#_.z][1])
end
SendChatMessage(sig..L["Has disallowed you to retry one time"]..": ".._.z[#_.z][1], "WHISPER", nil, _.z[#_.z][2])
table.remove(_.z, #_.z)
return
end