Author: mherger
Date: Mon Feb 15 02:01:49 2010
New Revision: 8503

URL: http://svn.slimdevices.com/jive?rev=8503&view=rev
Log:
Fixed Bug: 15705
Description: remove Now Playing menu item when skin doesn't want it.

Phil - please note that the NP menu item is a function of the skin, not whether 
you're using remote or touch UI. That would be a separate enhancement.

Modified:
    
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/NowPlaying/NowPlayingApplet.lua

Modified: 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/NowPlaying/NowPlayingApplet.lua
URL: 
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay/share/applets/NowPlaying/NowPlayingApplet.lua?rev=8503&r1=8502&r2=8503&view=diff
==============================================================================
--- 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/NowPlaying/NowPlayingApplet.lua
 (original)
+++ 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/NowPlaying/NowPlayingApplet.lua
 Mon Feb 15 02:01:49 2010
@@ -307,7 +307,9 @@
 
        if jiveMain:getSkinParam("NOWPLAYING_MENU") then
                self:addNowPlayingItem()
-        end
+       else
+               self:removeNowPlayingItem()
+       end
 end
 
 function getSelectedStyleParam(self, param)

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

Reply via email to