Author: bklaas
Date: Fri Aug 27 08:40:59 2010
New Revision: 9074
URL: http://svn.slimdevices.com/jive?rev=9074&view=rev
Log:
Bug: 16481
Description: as expected, the previous checkin for this bug was not the cause
of bug 16486
re-checking in change to fix that bug
Modified:
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/ScreenSavers/ScreenSaversApplet.lua
Modified:
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/ScreenSavers/ScreenSaversApplet.lua
URL:
http://svn.slimdevices.com/jive/7.6/trunk/squeezeplay/src/squeezeplay/share/applets/ScreenSavers/ScreenSaversApplet.lua?rev=9074&r1=9073&r2=9074&view=diff
==============================================================================
---
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/ScreenSavers/ScreenSaversApplet.lua
(original)
+++
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/ScreenSavers/ScreenSaversApplet.lua
Fri Aug 27 08:40:59 2010
@@ -719,7 +719,11 @@
menu:setHeaderWidget(Textarea("help_text", self:string(token)))
window:addWidget(menu)
- window:addListener(EVENT_WINDOW_POP, function() self:storeSettings()
end)
+ window:addListener(EVENT_WINDOW_POP, function()
+ -- we may be moving off of false:false here, so when we
leave this window, restart the SS timer
+ self:restartScreenSaverTimer()
+ self:storeSettings()
+ end)
self:tieAndShowWindow(window)
return window
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins