Author: bklaas
Date: Mon Apr 12 12:59:06 2010
New Revision: 8690

URL: http://svn.slimdevices.com/jive?rev=8690&view=rev
Log:
Bug: 15663
Description: typo fix-- timer for WOL needs to be sleepMSecs - wolLeadTime

Modified:
    
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/AlarmSnooze/AlarmSnoozeApplet.lua

Modified: 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/AlarmSnooze/AlarmSnoozeApplet.lua
URL: 
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay/share/applets/AlarmSnooze/AlarmSnoozeApplet.lua?rev=8690&r1=8689&r2=8690&view=diff
==============================================================================
--- 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/AlarmSnooze/AlarmSnoozeApplet.lua
 (original)
+++ 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/AlarmSnooze/AlarmSnoozeApplet.lua
 Mon Apr 12 12:59:06 2010
@@ -669,7 +669,7 @@
                -- WOL timer is set when sleepMsecs is more than 5:00 away
                local wolLeadTime = 1000 * 60 * 5 -- 5 minutes
                if sleepMsecs > wolLeadTime then
-                       self.wakeOnLanTimer:setInterval(sleepMsecs - 5100)
+                       self.wakeOnLanTimer:setInterval(sleepMsecs - 
wolLeadTime)
                        if self.wakeOnLanTimer:isRunning() then
                                self.wakeOnLanTimer:restart()
                        else

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins

Reply via email to