Author: bklaas
Date: Tue Apr 20 07:04:42 2010
New Revision: 8718

URL: http://svn.slimdevices.com/jive?rev=8718&view=rev
Log:
Fixed Bug: 16067
Description: Fix NP UI issue with visualizers and non-seekable tracks

Modified:
    
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAsmallSkin/WQVGAsmallSkinApplet.lua

Modified: 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAsmallSkin/WQVGAsmallSkinApplet.lua
URL: 
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAsmallSkin/WQVGAsmallSkinApplet.lua?rev=8718&r1=8717&r2=8718&view=diff
==============================================================================
--- 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAsmallSkin/WQVGAsmallSkinApplet.lua
 (original)
+++ 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAsmallSkin/WQVGAsmallSkinApplet.lua
 Tue Apr 20 07:04:42 2010
@@ -3214,6 +3214,9 @@
                        padding = { 0, 0, 0, 5 },
                },
        })
+       s.nowplaying_text_only.npprogress.npprogressB_disabled = 
_uses(s.nowplaying_text_only.npprogress.npprogressB, {
+               img = _songProgressBarDisabled,
+       })
        s.nowplaying_text_only.pressed = s.nowplaying_text_only
        s.nowplaying_text_only.nptitle.pressed = 
_uses(s.nowplaying_text_only.nptitle)
        s.nowplaying_text_only.npalbumgroup.pressed = 
_uses(s.nowplaying_text_only.npalbumgroup)
@@ -3305,6 +3308,7 @@
                        padding = { 0, 15, 0, 0 },
                },
        })
+       s.nowplaying_visualizer_common.npprogress.npprogressB_disabled = 
s.nowplaying_visualizer_common.npprogress.npprogressB
 
        -- Visualizer: Spectrum Visualizer
        s.nowplaying_spectrum_text = _uses(s.nowplaying_visualizer_common, {

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

Reply via email to