From e83b1409a7cdcecf167065f681a7be5c11b773ef Mon Sep 17 00:00:00 2001 From: Ackis Date: Tue, 21 Oct 2008 16:20:53 +0000 Subject: [PATCH] Ugh my bad --- ARLFrame.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ARLFrame.lua b/ARLFrame.lua index d39f8be..46d5368 100644 --- a/ARLFrame.lua +++ b/ARLFrame.lua @@ -107,6 +107,13 @@ StaticPopupDialogs["ARL_ALLFILTERED"] = { hideOnEscape = 1 }; +-- Closes the frame +function addon:CloseWindow() + + addon.Frame:Hide() + +end + -- Under various conditions, I'm going to have to redisplay my recipe list -- This could happen because a filter changes, a new profession is chosen, or -- a new search occurred. Use this function to do all the dirty work -- 1.7.9.5