From 038f259a36c8661051dbf190ecec14f7e9de2111 Mon Sep 17 00:00:00 2001 From: Jim-Bim Date: Tue, 24 Feb 2009 23:27:43 +0000 Subject: [PATCH] AckisRecipeList: - fixed popup option (profile nil errors) --- ARLFrame.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ARLFrame.lua b/ARLFrame.lua index cbac1cf..78f4551 100644 --- a/ARLFrame.lua +++ b/ARLFrame.lua @@ -1067,13 +1067,13 @@ local function RecipeList_Update() local showpopup = false - if (addon.profile.db.hidepopup ~= true) then + if (addon.db.profile.hidepopup ~= true) then showpopup = true end -- If we haven't run this before we'll show pop-ups for the first time. - if (addon.profile.db.addonversion ~= addonversion) then - addon.profile.db.addonversion = addonversion + if (addon.db.profile.addonversion ~= addonversion) then + addon.db.profile.addonversion = addonversion showpopup = true end -- 1.7.9.5