Spam and bug gone.
Scott Sibley [08-02-11 - 08:59]
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