# HG changeset patch # User Zerotorescue # Date 1284322351 -7200 # Node ID 75c36b3d544330204d5600e57cd18bacf01e5ce4 # Parent 5f0e174c8adc35401c9782aa17424475c5bbf4b0 Fixed an error when you logged in. Set the default for tracking time spent of the collected module to true. diff -r 5f0e174c8adc -r 75c36b3d5443 Core.lua --- a/Core.lua Sun Sep 12 22:07:12 2010 +0200 +++ b/Core.lua Sun Sep 12 22:12:31 2010 +0200 @@ -217,7 +217,7 @@ GameTooltip:Show(); end end); - button:SetScript("OnLeave", function(self) + check:SetScript("OnLeave", function(self) GameTooltip:Hide(); end); diff -r 5f0e174c8adc -r 75c36b3d5443 Modules/Collected.lua --- a/Modules/Collected.lua Sun Sep 12 22:07:12 2010 +0200 +++ b/Modules/Collected.lua Sun Sep 12 22:12:31 2010 +0200 @@ -21,6 +21,7 @@ trackGold = true, trackItems = true, trackMail = true, + trackTimeSpent = true, sessionSummary = false, batchSummary = false, },