Author: titmuss
Date: Sun Feb 24 10:04:53 2008
New Revision: 2013

URL: http://svn.slimdevices.com?rev=2013&root=Jive&view=rev
Log:
Bug: 7298
Description:
Don't allow window pushes to act as a wakeup event, it could make some 
screensavers 
(e.g. flickr) prevent jive from entering power saving. The side effect is that 
the 
screen won't become active during some steps in setup.


Modified:
    
branches/7.0/jive/src/pkg/jive_squeezeboxjive/share/applets/SqueezeboxJive/SqueezeboxJiveApplet.lua

Modified: 
branches/7.0/jive/src/pkg/jive_squeezeboxjive/share/applets/SqueezeboxJive/SqueezeboxJiveApplet.lua
URL: 
http://svn.slimdevices.com/branches/7.0/jive/src/pkg/jive_squeezeboxjive/share/applets/SqueezeboxJive/SqueezeboxJiveApplet.lua?rev=2013&root=Jive&r1=2012&r2=2013&view=diff
==============================================================================
--- 
branches/7.0/jive/src/pkg/jive_squeezeboxjive/share/applets/SqueezeboxJive/SqueezeboxJiveApplet.lua
 (original)
+++ 
branches/7.0/jive/src/pkg/jive_squeezeboxjive/share/applets/SqueezeboxJive/SqueezeboxJiveApplet.lua
 Sun Feb 24 10:04:53 2008
@@ -178,14 +178,6 @@
        Framework:addListener(EVENT_SCROLL,
                              function(event) 
                                      wakeup(self)
-                                     return EVENT_UNUSED
-                             end)
-
-       Framework:addListener(EVENT_WINDOW_PUSH,
-                             function(event) 
-                                     if self.powerState == "active" then
-                                             wakeup(self)
-                                     end
                                      return EVENT_UNUSED
                              end)
 

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

Reply via email to