From e9781151782f03a9fd6436765cce5a15ae3361de Mon Sep 17 00:00:00 2001 From: Scott Sibley Date: Tue, 2 Aug 2011 03:59:04 -0500 Subject: [PATCH] Spam and bug gone. --- StarTip.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/StarTip.lua b/StarTip.lua index cfd0297..4bc287d 100644 --- a/StarTip.lua +++ b/StarTip.lua @@ -649,7 +649,7 @@ StarTip.tooltipMain.Show = function() StarTip.tooltipMain.flash:Stop() StarTip.tooltipMain:ShowReal() StarTip.tooltipMain:SetAlpha(1) - if StarTip.widget.intersect then StarTip.intersectTimer:Start() end + if StarTip.tooltipMain.widget.intersect then StarTip.intersectTimer:Start() end end StarTip.tooltipMain.HideReal = StarTip.tooltipMain.Hide StarTip.tooltipMain.Hide = function() @@ -779,7 +779,6 @@ function StarTip:RestartKeys() local key = WidgetKey:New(self.core, "StarTip.key." .. k, copy(v), self.db.profile.errorLevel) table.insert(keyWidgets, key) key:Start() -print("--------------===============") end end end -- 1.7.9.5