Author: titmuss
Date: Thu Jan 31 04:16:50 2008
New Revision: 1715

URL: http://svn.slimdevices.com?rev=1715&root=Jive&view=rev
Log:
Bug: 6764
Description:
Dean asked for the "Set Up Squeezebox" option to be back in "Choose Player". 
This is now only displayed during Setup, and 
not when selected from the main menu (in this case any Ray's waiting for setup 
will be displayed anyway). Dean to clarify 
that is the correct behaviour.


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=1715&root=Jive&r1=1714&r2=1715&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
 Thu Jan 31 04:16:50 2008
@@ -291,6 +291,19 @@
                end
        end
 
+       -- Bug 6130 add a Set up Squeezebox option, only in Setup not Settings
+       local sbsetup = AppletManager:loadApplet("SetupSqueezebox")
+       if sbsetup and setupNext then
+               self.playerMenu:addItem({
+                       text = self:string("SQUEEZEBOX_SETUP"),
+                       sound = "WINDOWSHOW",
+                       callback = function()
+                               sbsetup:settingsShow()
+                       end,
+                       weight = 20,
+               })
+       end
+
        window:addWidget(menu)
 
        window:addTimer(5000, function() self:_scan() end)

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

Reply via email to