WoWInterface SVN Snoopy

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 11 to Rev 10
    Reverse comparison

Rev 11 → Rev 10

Snoopy/core.lua
105,7 → 105,6
UpdateTitleText(unit)
end
end
InspectFrame:SetScript("OnEvent", InspectFrame_OnEvent)
 
oInspectPaperDollItemSlotButton_Update = InspectPaperDollItemSlotButton_Update
InspectPaperDollItemSlotButton_Update = function(self, ...)
159,7 → 158,6
for _, frame in ipairs({ InspectPaperDollFrame:GetChildren() }) do
if frame:GetFrameType() == "Button" and strmatch(frame:GetName(), "Inspect(.+)Slot") then
frame:SetScript("OnClick", onclick)
frame:SetScript("OnEnter", InspectPaperDollItemSlotButton_OnEnter)
end
end
 
168,7 → 166,6
if not UnitIsPlayer(InspectFrame.unit) then return end
oInspectPaperDollFrame_OnShow(...)
end
InspectPaperDollFrame:SetScript("OnShow", InspectPaperDollFrame_OnShow)
 
InspectNameText:SetWidth(330)
InspectTitleText:Show()
Snoopy/Snoopy.toc
3,9 → 3,6
## Notes: Easy inspecting
## Author: TotalPackage
## X-Category: Interface Enhancements
## Version: 3.0.006
## Version: 3.0.005
 
## LoadManagers: AddonLoader
## X-LoadOn-Always: delayed
 
core.lua