Author: bklaas
Date: Thu Oct 16 10:45:22 2008
New Revision: 3148

URL: http://svn.slimdevices.com?rev=3148&root=Jive&view=rev
Log:
Bug: 9730
Description: never set item.style to nil when refreshing player item
move a log:info() message to log:debug() in SelectPlayerApplet.lua

Modified:
    
7.3/trunk/squeezeplay/src/squeezeplay/share/applets/SelectPlayer/SelectPlayerApplet.lua

Modified: 
7.3/trunk/squeezeplay/src/squeezeplay/share/applets/SelectPlayer/SelectPlayerApplet.lua
URL: 
http://svn.slimdevices.com/7.3/trunk/squeezeplay/src/squeezeplay/share/applets/SelectPlayer/SelectPlayerApplet.lua?rev=3148&root=Jive&r1=3147&r2=3148&view=diff
==============================================================================
--- 
7.3/trunk/squeezeplay/src/squeezeplay/share/applets/SelectPlayer/SelectPlayerApplet.lua
 (original)
+++ 
7.3/trunk/squeezeplay/src/squeezeplay/share/applets/SelectPlayer/SelectPlayerApplet.lua
 Thu Oct 16 10:45:22 2008
@@ -225,8 +225,6 @@
                        -- update player state
                        if player == self.selectedPlayer then
                                item.style = "checked"
-                       else
-                               item.style = nil
                        end
                end
 
@@ -268,7 +266,7 @@
 
 
 function _showWallpaper(self, playerId)
-       log:info("previewing background wallpaper for ", playerId)
+       log:debug("previewing background wallpaper for ", playerId)
        appletManager:callService("showBackground", nil, playerId)
 end
 

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

Reply via email to