Author: bklaas
Date: Fri Aug 27 07:43:41 2010
New Revision: 9073

URL: http://svn.slimdevices.com/jive?rev=9073&view=rev
Log:
Bug: 16481
Description: temporarily revert checkin to investigate problem with jive 
locking up on r9069
this reopens 16481, but hopefully only briefly until we can rule it out as the 
root cause of the lockup

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=9073&r1=9072&r2=9073&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 07:43:41 2010
@@ -719,11 +719,7 @@
        menu:setHeaderWidget(Textarea("help_text", self:string(token)))
        window:addWidget(menu)
 
-       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)
+       window:addListener(EVENT_WINDOW_POP, function() self:storeSettings() 
end)
 
        self:tieAndShowWindow(window)
        return window

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

Reply via email to