Author: bklaas
Date: Fri Oct  3 14:54:52 2008
New Revision: 3070

URL: http://svn.slimdevices.com?rev=3070&root=Jive&view=rev
Log:
Bug: 9554
Description: added 'albumalbumitem' style that mirrors albumitem

this fix is solely for the purpose of having SC 7.2.0 users be able to use 
newer firmware without issue, particularly in browse lists that contain "play 
all", "add to favorites", etc. type items

Modified:
    
7.1/trunk/squeezeplay/src/squeezeplay/share/applets/DefaultSkin/DefaultSkinApplet.lua

Modified: 
7.1/trunk/squeezeplay/src/squeezeplay/share/applets/DefaultSkin/DefaultSkinApplet.lua
URL: 
http://svn.slimdevices.com/7.1/trunk/squeezeplay/src/squeezeplay/share/applets/DefaultSkin/DefaultSkinApplet.lua?rev=3070&root=Jive&r1=3069&r2=3070&view=diff
==============================================================================
--- 
7.1/trunk/squeezeplay/src/squeezeplay/share/applets/DefaultSkin/DefaultSkinApplet.lua
 (original)
+++ 
7.1/trunk/squeezeplay/src/squeezeplay/share/applets/DefaultSkin/DefaultSkinApplet.lua
 Fri Oct  3 14:54:52 2008
@@ -1080,6 +1080,10 @@
        s.locked.albumitem.play.frameRate = 4
        s.locked.albumitem.play.frameWidth = 10
 
+       -- Bug 9554: hack to allow 7.2.0 SC users to not have a problem with 
newer firmware
+       s.albumalbumitem = _uses(s.albumitem)
+       s.selected.albumalbumitem = _uses(s.selected.albumitem)
+       s.locked.albumalbumitem = _uses(s.locked.albumitem)
 
        -- smallicon style, similar to album but smaller icon and single line 
on the screen
        s.smalliconmenu = _uses(s.albummenu,

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

Reply via email to