Author: titmuss
Date: Sun Feb 24 10:08:23 2008
New Revision: 2016

URL: http://svn.slimdevices.com?rev=2016&root=Jive&view=rev
Log:
 [EMAIL PROTECTED] (orig r2013):  titmuss | 2008-02-24 18:04:53 +0000
 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:
    trunk/   (props changed)
    
trunk/jive/src/pkg/jive_squeezeboxjive/share/applets/SqueezeboxJive/SqueezeboxJiveApplet.lua

Propchange: trunk/
------------------------------------------------------------------------------
--- svk:merge (original)
+++ svk:merge Sun Feb 24 10:08:23 2008
@@ -1,3 +1,3 @@
-bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:2012
+bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:2013
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/SN:1083
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/scrolling:1378

Modified: 
trunk/jive/src/pkg/jive_squeezeboxjive/share/applets/SqueezeboxJive/SqueezeboxJiveApplet.lua
URL: 
http://svn.slimdevices.com/trunk/jive/src/pkg/jive_squeezeboxjive/share/applets/SqueezeboxJive/SqueezeboxJiveApplet.lua?rev=2016&root=Jive&r1=2015&r2=2016&view=diff
==============================================================================
--- 
trunk/jive/src/pkg/jive_squeezeboxjive/share/applets/SqueezeboxJive/SqueezeboxJiveApplet.lua
 (original)
+++ 
trunk/jive/src/pkg/jive_squeezeboxjive/share/applets/SqueezeboxJive/SqueezeboxJiveApplet.lua
 Sun Feb 24 10:08:23 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