Author: titmuss
Date: Fri Feb  1 13:09:12 2008
New Revision: 1741

URL: http://svn.slimdevices.com?rev=1741&root=Jive&view=rev
Log:
Bug: 6764
Description:
Swap order of items in the menu.


Modified:
    
branches/7.0/jive/src/pkg/jive/share/applets/SelectPlayer/SelectPlayerApplet.lua

Modified: 
branches/7.0/jive/src/pkg/jive/share/applets/SelectPlayer/SelectPlayerApplet.lua
URL: 
http://svn.slimdevices.com/branches/7.0/jive/src/pkg/jive/share/applets/SelectPlayer/SelectPlayerApplet.lua?rev=1741&root=Jive&r1=1740&r2=1741&view=diff
==============================================================================
--- 
branches/7.0/jive/src/pkg/jive/share/applets/SelectPlayer/SelectPlayerApplet.lua
 (original)
+++ 
branches/7.0/jive/src/pkg/jive/share/applets/SelectPlayer/SelectPlayerApplet.lua
 Fri Feb  1 13:09:12 2008
@@ -171,7 +171,7 @@
                end
 
                playerName = self:string("SQUEEZEBOX_ACTIVATE", player.name)
-               playerWeight = 10
+               playerWeight = 20
        end
 
        local item = {
@@ -306,7 +306,7 @@
                        callback = function()
                                sbsetup:settingsShow()
                        end,
-                       weight = 20,
+                       weight = 10,
                })
        end
 

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

Reply via email to