From 3d822fb19d7e077c3958ce7d5c7ebd9f2d678bc9 Mon Sep 17 00:00:00 2001 From: torhal Date: Tue, 19 May 2009 14:30:50 +0000 Subject: [PATCH] Replaced my additions of wipe() with twipe(). --- ARLFrame.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ARLFrame.lua b/ARLFrame.lua index 18e793b..ff95a6a 100644 --- a/ARLFrame.lua +++ b/ARLFrame.lua @@ -4565,20 +4565,20 @@ function addon:CreateFrame( if clicktip:IsShown() then if not click_info.modified then clicktip:Hide() - wipe(click_info) + twipe(click_info) else - wipe(click_info) + twipe(click_info) GenerateClickableTT(this) end else - wipe(click_info) + twipe(click_info) GenerateClickableTT(this) end end) ARL_MiscAltBtn:SetScript("OnHide", function(this, button) clicktip:Hide() - wipe(click_info) + twipe(click_info) end) -- Now that everything exists, populate the global filter table -- 1.7.9.5