WoWInterface SVN Snoopy

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 17 to Rev 18
    Reverse comparison

Rev 17 → Rev 18

Snoopy/core.lua
181,6 → 181,20
end
InspectPaperDollFrame:SetScript("OnShow", InspectPaperDollFrame_OnShow)
 
local oInspectPaperDollFrame_SetLevel = InspectPaperDollFrame_SetLevel
InspectPaperDollFrame_SetLevel = function(...)
if UnitExists(InspectFrame.unit) then
oInspectPaperDollFrame_SetLevel(...)
end
end
 
local oInspectGuildFrame_Update = InspectGuildFrame_Update
InspectGuildFrame_Update = function(...)
if UnitExists(InspectFrame.unit) then
oInspectGuildFrame_Update(...)
end
end
 
InspectFrameTitleText:SetWidth(330)
InspectTitleText:Show()
InspectTitleText:SetText("")
Snoopy/Snoopy.toc
3,7 → 3,7
## Notes: Easy inspecting
## Author: TotalPackage
## X-Category: Interface Enhancements
## Version: 4.0.001
## Version: 4.0.003
 
## LoadManagers: AddonLoader
## X-LoadOn-Always: delayed