WoWInterface SVN Snoopy

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 19 to Rev 20
    Reverse comparison

Rev 19 → Rev 20

Snoopy/core.lua
28,6 → 28,9
a.ADDON_LOADED = nil
InspectFrame:RegisterEvent("INSPECT_READY")
InspectFrame:SetScript("OnUpdate", nil)
if oGlow then
oGlow.preventInspect = true
end
 
function UpdateAllData() -- try to update all of the inspect window data
InspectPaperDollFrame_OnShow()
123,6 → 126,22
link = GetInventoryItemLink(InspectFrame.unit, id)
cache[id] = link
end
if oGlow then
if link then
local quality = select(3, GetItemInfo(link))
oGlow(self, quality)
if self.bc then
self.bc.Hide = nothing
if (type(quality) == "number" and quality > 1) or type(quality) == "string" then
self.bc:Show()
else
hide(self.bc)
end
end
elseif self.bc then
hide(self.bc)
end
end
end
 
InspectPaperDollItemSlotButton_OnEnter = function(self)
Snoopy/Snoopy.toc
1,9 → 1,9
## Interface: 40000
## Interface: 40100
## Title: Snoopy
## Notes: Easy inspecting
## Author: TotalPackage
## X-Category: Interface Enhancements
## Version: 4.0.003
## Version: 4.1.001
 
## LoadManagers: AddonLoader
## X-LoadOn-Always: delayed