WoWInterface SVN MoveOverErrors

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 2 to Rev 3
    Reverse comparison

Rev 2 → Rev 3

trunk/MoveOverErrors/moe.lua
2,8 → 2,10
--local uief = UIErrorsFrame
 
local function MoveUIEF(anchor, x, y)
UIErrorsFrame:ClearAllPoints()
UIErrorsFrame:SetPoint(anchor, tonumber(x), tonumber(y))
if anchor then
UIErrorsFrame:ClearAllPoints()
UIErrorsFrame:SetPoint(anchor, tonumber(x), tonumber(y))
end
end
 
local function SlashHandler(args)
trunk/MoveOverErrors/MoveOverErrors.toc
2,7 → 2,7
## Title: MoveOverErrors
## Author: Seerah
## Notes: Move the UIErrorsFrame
## Version: 1.0
## Version: 1.0.1
## SavedVariables: MOEDB
 
moe.lua
\ No newline at end of file