From aa9e608bad50cb1fe4dd9c9b19002c72d98a3da5 Mon Sep 17 00:00:00 2001 From: torhal Date: Tue, 30 Jun 2009 20:56:14 +0000 Subject: [PATCH] In addon:ScanVendor(): Hide the datamine tooltip when done. Fixes ticket #677 --- ARLDatamine.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/ARLDatamine.lua b/ARLDatamine.lua index c378b93..32cfd82 100644 --- a/ARLDatamine.lua +++ b/ARLDatamine.lua @@ -1002,6 +1002,7 @@ function addon:ScanVendor() end end self:DisplayTextDump(nil,nil,tconcat(t,"\n")) + ARLDatamineTT:Hide() else self:Print(L["DATAMINER_VENDOR_NOTTARGETTED"]) end -- 1.7.9.5