WoWInterface SVN Snoopy

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 13 to Rev 14
    Reverse comparison

Rev 13 → Rev 14

Snoopy/core.lua
167,7 → 167,7
end
end
for _, frame in ipairs({ InspectPaperDollFrame:GetChildren() }) do
if frame:GetFrameType() == "Button" and strmatch(frame:GetName(), "Inspect(.+)Slot") then
if frame:GetFrameType() == "Button" and strmatch(frame:GetName() or "", "Inspect(.+)Slot") then
frame:SetScript("OnClick", onclick)
frame:SetScript("OnEnter", InspectPaperDollItemSlotButton_OnEnter)
end
Snoopy/Snoopy.toc
3,7 → 3,7
## Notes: Easy inspecting
## Author: TotalPackage
## X-Category: Interface Enhancements
## Version: 3.1.002
## Version: 3.1.003
 
## LoadManagers: AddonLoader
## X-LoadOn-Always: delayed