WoWInterface SVN WhoFramedWatcherWabbit

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 30 to Rev 31
    Reverse comparison

Rev 30 → Rev 31

trunk/Who Framed Watcher Wabbit/Who Framed Watcher Wabbit.toc
1,6 → 1,6
## Interface: 80000
## Name: Who Framed Watcher Wabbit?
## Version: 2.3
## Version: 2.3.1
## Notes: Various tweaks to improve the quest watch frame
## SavedVariables: WFWWDB
## SavedVariablesPerCharacter: WFWWPCDB
trunk/Who Framed Watcher Wabbit/wfww.lua
682,6 → 682,10
end
 
local function SetUpContainer()
if not ObjectiveTrackerFrame.initialized then --if WFWW catches the PEW event before the ObjectiveTrackerFrame does...
ObjectiveTracker_Initialize(ObjectiveTrackerFrame)
end
 
OTFContainer:SetWidth(265)
local OTFContainerScrollChild = CreateFrame("Frame", "OTFContainerScrollChild", OTFContainer)
OTFContainerScrollChild:SetWidth(185)