Author: bklaas
Date: Fri Jan 18 13:27:04 2008
New Revision: 1505

URL: http://svn.slimdevices.com?rev=1505&root=Jive&view=rev
Log:
Bug: 6653
Description: Extra code to support radio icon in menu items commented out 
because of impact on other areas of the UI

Modified:
    trunk/jive/src/pkg/jive/share/applets/SlimBrowser/SlimBrowserApplet.lua

Modified: 
trunk/jive/src/pkg/jive/share/applets/SlimBrowser/SlimBrowserApplet.lua
URL: 
http://svn.slimdevices.com/trunk/jive/src/pkg/jive/share/applets/SlimBrowser/SlimBrowserApplet.lua?rev=1505&root=Jive&r1=1504&r2=1505&view=diff
==============================================================================
--- trunk/jive/src/pkg/jive/share/applets/SlimBrowser/SlimBrowserApplet.lua 
(original)
+++ trunk/jive/src/pkg/jive/share/applets/SlimBrowser/SlimBrowserApplet.lua Fri 
Jan 18 13:27:04 2008
@@ -428,7 +428,10 @@
                                end
                end
 
+       -- FIXME-- Bug 6653, this was added to support having the radio icon in 
playlists, 
+       -- but it screws up the UI in many other spots
        -- this is for the radio image-- remote URLs with no icon (Bug 6087)
+--[[
        elseif item["params"] and item["params"]["track_id"] then
                if menuAccel and not 
_server:artworkThumbCached(item["params"]["track_id"], 56) then
                        -- Don't load artwork while accelerated
@@ -437,6 +440,7 @@
                        -- workaround: this needs to be png not gd because in 
gd it looks like garbage
                        _server:fetchArtworkThumb(item["params"]["track_id"], 
icon, _artworkThumbUri, 56, 'png')
                end
+--]]
        else
                _server:cancelArtwork(icon)
 

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

Reply via email to