WoWInterface SVN OpenRDX

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/RDX/RosterMgr/Sorts
    from Rev 600 to Rev 608
    Reverse comparison

Rev 600 → Rev 608

Obj_Sort.lua
17,8 → 17,7
if (not path) or (not md) or (not md.data) then return nil; end
local inst = RDXDB.GetObjectInstance(path, true);
 
dlg = VFLUI.Window:new(parent or VFLDIALOG);
dlg:SetFrameStrata("FULLSCREEN");
dlg = VFLUI.Window:new(parent);
VFLUI.Window.SetDefaultFraming(dlg, 22);
dlg:SetTitleColor(0,0,.6);
dlg:SetBackdrop(VFLUI.BlackDialogBackdrop);