Author: bklaas
Date: Tue Apr  1 11:35:05 2008
New Revision: 2164

URL: http://svn.slimdevices.com?rev=2164&root=Jive&view=rev
Log:
Bug: 6768
Description: items with icons/artwork now get a > if they can be descended into

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

Modified: 
trunk/squeezeplay/src/squeezeplay/share/applets/DefaultSkin/DefaultSkinApplet.lua
URL: 
http://svn.slimdevices.com/trunk/squeezeplay/src/squeezeplay/share/applets/DefaultSkin/DefaultSkinApplet.lua?rev=2164&root=Jive&r1=2163&r2=2164&view=diff
==============================================================================
--- 
trunk/squeezeplay/src/squeezeplay/share/applets/DefaultSkin/DefaultSkinApplet.lua
 (original)
+++ 
trunk/squeezeplay/src/squeezeplay/share/applets/DefaultSkin/DefaultSkinApplet.lua
 Tue Apr  1 11:35:05 2008
@@ -1002,7 +1002,11 @@
        s.selected.albumitem.text.sh = SELECT_SH_COLOR
        s.selected.albumitem.bgImg = albumSelectionBox
 
-
+       s.selected.albumitem.play = {}
+       s.selected.albumitem.play.h = WH_FILL
+       s.selected.albumitem.play.align = "center"
+       s.selected.albumitem.play.img = Surface:loadImage(imgpath .. 
"selection_right.png")
+       s.selected.albumitem.play.border = { 0, 0, 5, 0 }
 
        -- locked item with artwork and song info
        s.locked.albumitem = {}
@@ -1011,18 +1015,13 @@
        s.locked.albumitem.text.sh = SELECT_SH_COLOR
        s.locked.albumitem.bgImg = albumSelectionBox
 
-
-       -- waiting item with spinny
-       s.albumitemwaiting = _uses(s.albumitem, {
-               icon = {
-                       img = Surface:loadImage(imgpath .. 
"icon_connecting_44.png"),
-                       frameRate = 4,
-                       frameWidth = 56
-               }
-       })
-
-       s.selected.albumitemwaiting = _uses(s.waiting)
-
+       s.locked.albumitem.play = {}
+       s.locked.albumitem.play.h = WH_FILL
+       s.locked.albumitem.play.align = "center"
+       s.locked.albumitem.play.img = Surface:loadImage(imgpath .. 
"selection_wait.png")
+       s.locked.albumitem.play.border = { 0, 0, 5, 0 }
+       s.locked.albumitem.play.frameRate = 4
+       s.locked.albumitem.play.frameWidth = 10
 
        -- titles with artwork and song info
        s.nowplayingtitle = {}

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

Reply via email to