WoWInterface SVN NeedyGreedy

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 229 to Rev 230
    Reverse comparison

Rev 229 → Rev 230

trunk/NeedyGreedy.lua
521,7 → 521,7
highlightWinnerChatColor = {0, 1, 0, 1},
showLootMethod = false,
useTooltipDefaults = true,
bgColor = GameTooltip:GetBackdrop(),
bgColor = {GameTooltip:GetBackdropColor()},
borderColor = {GameTooltip:GetBackdropBorderColor()},
playSoundOnAward = false,
soundFile = LSM:Fetch("sound", value),
2006,7 → 2006,7
 
local r, g, b, a
if self.db.profile.useTooltipDefaults then
r, g, b, a = unpack(GameTooltip:GetBackdrop())
r, g, b, a = GameTooltip:GetBackdropColor()
self.detachedTooltip:SetBackdropColor(r, g, b, a)
r, g, b, a = GameTooltip:GetBackdropBorderColor()
self.detachedTooltip:SetBackdropBorderColor(r, g, b, a)
trunk/NeedyGreedy.toc
1,7 → 1,7
## Interface: 40300
## Title: NeedyGreedy
## Notes: Displays who has rolled need/greed/pass on what loot items
## Version: 1.9.9
## Version: 1.9.10
## Author: lokyst, Marco
## SavedVariables: NeedyGreedyDB
## OptionalDeps: