Author: ayoung
Date: Wed Mar 17 23:44:25 2010
New Revision: 8659

URL: http://svn.slimdevices.com/jive?rev=8659&view=rev
Log:
bug 15860: Tiny SC shutdown breaks access to MSB.com 
Fast-fail when current server is discovered to be unavailable rather than wait 
for 20s timeout.

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

Modified: 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/SlimBrowser/SlimBrowserApplet.lua
URL: 
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay/share/applets/SlimBrowser/SlimBrowserApplet.lua?rev=8659&r1=8658&r2=8659&view=diff
==============================================================================
--- 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/SlimBrowser/SlimBrowserApplet.lua
 (original)
+++ 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/SlimBrowser/SlimBrowserApplet.lua
 Wed Mar 17 23:44:25 2010
@@ -3008,7 +3008,7 @@
        popup:addTimer(1000,
                function()
                        count = count + 1
-                       if count == 20 then
+                       if count == 20 or _player:hasConnectionFailed() then
                                self:_problemConnecting(server)
                        end
                end)

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

Reply via email to