From f8fe80c243d881245d6ed0317698fcc8522b8d95 Mon Sep 17 00:00:00 2001 From: torhal Date: Wed, 20 May 2009 08:40:00 +0000 Subject: [PATCH] Fixed clicktip callback --- ARLFrame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARLFrame.lua b/ARLFrame.lua index 3bf9ded..bf9e49d 100644 --- a/ARLFrame.lua +++ b/ARLFrame.lua @@ -3318,7 +3318,7 @@ local function HandleTTClick(event, cell, arg, button) end end -QTipClick.SetCallback(clicktip, "OnMouseDown", HandleTTClick) +clicktip:SetCallback("OnMouseDown", HandleTTClick) -- Description: Creates the initial frame to display recipes into -- 1.7.9.5