Skip to content

Commit

Permalink
Build 9889 & 9901 & 9947
Browse files Browse the repository at this point in the history
  • Loading branch information
tekkub committed Jun 19, 2009
1 parent cf140e8 commit 019add1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion FrameXML/PaperDollFrame.lua
Expand Up @@ -2187,7 +2187,11 @@ function GearManagerDialogDeleteSet_OnClick (self)
local selectedSet = GearManagerDialog.selectedSet;
if ( selectedSet ) then
local dialog = StaticPopup_Show("CONFIRM_DELETE_EQUIPMENT_SET", selectedSet.name);
dialog.data = selectedSet.name;
if ( dialog ) then
dialog.data = selectedSet.name;
else
UIErrorsFrame:AddMessage(ERR_CLIENT_LOCKED_OUT, 1.0, 0.1, 0.1, 1.0);
end
end
end

Expand Down

0 comments on commit 019add1

Please sign in to comment.