From 9eba537baa330b0f91ea7899e4e8ae218ea653b8 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Thu, 1 May 2008 22:20:33 +0000 Subject: [PATCH] Revert the change that requires untitled pages to be renamed --- WowLua.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WowLua.lua b/WowLua.lua index 306c678..786acd1 100644 --- a/WowLua.lua +++ b/WowLua.lua @@ -375,7 +375,7 @@ StaticPopupDialogs["WOWLUA_SAVE_AS"] = { } function WowLua:Button_Save(button) - if button and (self:IsUntitled() or IsShiftKeyDown()) then + if button and IsShiftKeyDown() then -- Show the static popup for renaming local page, entry = self:GetCurrentPage() WowLua.save_as = page -- 1.7.9.5