Author: titmuss
Date: Fri Feb  1 13:57:28 2008
New Revision: 1755

URL: http://svn.slimdevices.com?rev=1755&root=Jive&view=rev
Log:
 [EMAIL PROTECTED] (orig r1741):  titmuss | 2008-02-01 21:09:12 +0000
 Bug: 6764
 Description:
 Swap order of items in the menu.
 
 

Modified:
    trunk/   (props changed)
    trunk/jive/src/pkg/jive/share/applets/SelectPlayer/SelectPlayerApplet.lua

Propchange: trunk/
------------------------------------------------------------------------------
--- svk:merge (original)
+++ svk:merge Fri Feb  1 13:57:28 2008
@@ -1,3 +1,3 @@
-bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:1740
+bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:1741
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/SN:1083
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/scrolling:1378

Modified: 
trunk/jive/src/pkg/jive/share/applets/SelectPlayer/SelectPlayerApplet.lua
URL: 
http://svn.slimdevices.com/trunk/jive/src/pkg/jive/share/applets/SelectPlayer/SelectPlayerApplet.lua?rev=1755&root=Jive&r1=1754&r2=1755&view=diff
==============================================================================
--- trunk/jive/src/pkg/jive/share/applets/SelectPlayer/SelectPlayerApplet.lua 
(original)
+++ trunk/jive/src/pkg/jive/share/applets/SelectPlayer/SelectPlayerApplet.lua 
Fri Feb  1 13:57:28 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