Author: bklaas
Date: Thu Oct 21 12:46:41 2010
New Revision: 9195

URL: http://svn.slimdevices.com/jive?rev=9195&view=rev
Log:
Bug: 16593
Description: backport fix to 7.5


Modified:
    
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/Playback/PlaybackMeta.lua

Modified: 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/Playback/PlaybackMeta.lua
URL: 
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay/share/applets/Playback/PlaybackMeta.lua?rev=9195&r1=9194&r2=9195&view=diff
==============================================================================
--- 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/Playback/PlaybackMeta.lua 
(original)
+++ 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/Playback/PlaybackMeta.lua 
Thu Oct 21 12:46:41 2010
@@ -101,13 +101,9 @@
        end
        --must defer this since skin isn't loaded yet
        jiveMain:registerPostOnScreenInit(      function()
-                                                       --always start on, 
unless was unclean shutdown, then start up with saved state
-                                                       if 
appletManager:callService("wasLastShutdownUnclean") then
-                                                               log:info("Last 
shutdown was unclean, restarting with previous soft power state: ", 
settings.powerState)
-                                                               
jiveMain:setSoftPowerState(settings.powerState)
-                                                       else
-                                                               
jiveMain:setSoftPowerState("on")
-                                                       end
+                                                       --Bug 16593: always 
start on, even if soft power state was off when shutdown
+                                                       -- this is to avoid a 
situation where a Radio powers up to a black screen (fallback whenOff SS when 
clock is not set)
+                                                       
jiveMain:setSoftPowerState("on")
                                                end)
        
        -- Connect player

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

Reply via email to