From a5c15ba26ffd3cf2e2236a53f36821f6884b23eb Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Mon, 12 Jul 2010 17:47:06 -0400 Subject: [PATCH] Added check for existence of addon.Frame to addon:TRADE_SKILL_CLOSE() --- core.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.lua b/core.lua index cb872d2..01ee658 100644 --- a/core.lua +++ b/core.lua @@ -789,7 +789,7 @@ do end function addon:TRADE_SKILL_CLOSE() - if addon.db.profile.closeguionskillclose then + if self.Frame and addon.db.profile.closeguionskillclose then self.Frame:Hide() end -- 1.7.9.5