WoWInterface SVN MoveOverErrors

Compare Revisions

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

Rev 3 → Rev 2

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