Author: bklaas
Date: Sun Jul 13 12:45:14 2008
New Revision: 2683
URL: http://svn.slimdevices.com?rev=2683&root=Jive&view=rev
Log:
Bug: 8700
Description: similar fix in InfoBrowser that was put in for AppletInstaller and
NetTest
Modified:
7.1/trunk/squeezeplay/src/squeezeplay/share/applets/InfoBrowser/InfoBrowserMeta.lua
Modified:
7.1/trunk/squeezeplay/src/squeezeplay/share/applets/InfoBrowser/InfoBrowserMeta.lua
URL:
http://svn.slimdevices.com/7.1/trunk/squeezeplay/src/squeezeplay/share/applets/InfoBrowser/InfoBrowserMeta.lua?rev=2683&root=Jive&r1=2682&r2=2683&view=diff
==============================================================================
---
7.1/trunk/squeezeplay/src/squeezeplay/share/applets/InfoBrowser/InfoBrowserMeta.lua
(original)
+++
7.1/trunk/squeezeplay/src/squeezeplay/share/applets/InfoBrowser/InfoBrowserMeta.lua
Sun Jul 13 12:45:14 2008
@@ -35,14 +35,14 @@
end
function notify_playerDelete(meta, player)
- jiveMain:setCustomNode('appletInfoBrowser', 'hidden')
+ jiveMain:removeItemFromNode(meta.menu, 'extras')
end
-- only show on the menu if a player is attached
-- this allows SN to use the player id to select which information feeds to
show
function notify_playerCurrent(meta, player)
if player == nil then
- jiveMain:setCustomNode('appletInfoBrowser', 'hidden')
+ jiveMain:removeItemFromNode(meta.menu, 'extras')
else
jiveMain:setCustomNode('appletInfoBrowser', 'extras')
end
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins