Author: ayoung
Date: Fri Jul 16 04:38:44 2010
New Revision: 8953

URL: http://svn.slimdevices.com/jive?rev=8953&view=rev
Log:
Minor fix (but the failure mode was spectacular)

Modified:
    
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/SlimBrowser/SlimBrowserApplet.lua

Modified: 
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/SlimBrowser/SlimBrowserApplet.lua
URL: 
http://svn.slimdevices.com/jive/7.6/trunk/squeezeplay/src/squeezeplay/share/applets/SlimBrowser/SlimBrowserApplet.lua?rev=8953&r1=8952&r2=8953&view=diff
==============================================================================
--- 
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/SlimBrowser/SlimBrowserApplet.lua
 (original)
+++ 
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/SlimBrowser/SlimBrowserApplet.lua
 Fri Jul 16 04:38:44 2010
@@ -650,7 +650,7 @@
                -- set an acceleration key, but not for playlists
                if item.textkey or (item.params and item.params.textkey) then
                        -- FIXME the, el, la, etc articles
-                       group:setAccelKey(item.params.textkey)
+                       group:setAccelKey(item.textkey or item.params.textkey)
                end
 
                if item["radio"] then

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

Reply via email to