WoWInterface SVN NeedyGreedy

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 46 to Rev 45
    Reverse comparison

Rev 46 → Rev 45

NeedyGreedy.lua
1207,7 → 1207,7
local tooltip = nil
if self.detachedTooltip and self.detachedTooltip:IsShown() then
tooltip = self.detachedTooltip
elseif self.dbTooltip and self.dbTooltip:IsShown() and (not self.db.profile.detachedTooltip) then
elseif self.dbTooltip and self.dbTooltip:IsShown() then
tooltip = self.dbTooltip
else
return