Author: bklaas
Date: Mon Jul 14 15:35:57 2008
New Revision: 2697

URL: http://svn.slimdevices.com?rev=2697&root=Jive&view=rev
Log:
Bug: 8718
Description: don't consume KEY_PRESS in NowPlaying so the ScreenSaver applet 
will also pick up the event and restart its timer

Modified:
    
7.1/trunk/squeezeplay/src/squeezeplay/share/applets/NowPlaying/NowPlayingApplet.lua

Modified: 
7.1/trunk/squeezeplay/src/squeezeplay/share/applets/NowPlaying/NowPlayingApplet.lua
URL: 
http://svn.slimdevices.com/7.1/trunk/squeezeplay/src/squeezeplay/share/applets/NowPlaying/NowPlayingApplet.lua?rev=2697&root=Jive&r1=2696&r2=2697&view=diff
==============================================================================
--- 
7.1/trunk/squeezeplay/src/squeezeplay/share/applets/NowPlaying/NowPlayingApplet.lua
 (original)
+++ 
7.1/trunk/squeezeplay/src/squeezeplay/share/applets/NowPlaying/NowPlayingApplet.lua
 Mon Jul 14 15:35:57 2008
@@ -428,7 +428,6 @@
                        if (keyPress == KEY_BACK and windowStyle == 'browse') 
then
                                -- back to Home
                                appletManager:callService("goHome")
-                               return EVENT_CONSUME
 
                        elseif (keyPress == KEY_GO) then
                                if playlistSize == 1 then
@@ -438,7 +437,6 @@
                                        -- show playlist
                                        
appletManager:callService("showPlaylist")
                                end
-                               return EVENT_CONSUME
                        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