Author: titmuss
Date: Fri Feb  1 13:57:41 2008
New Revision: 1756

URL: http://svn.slimdevices.com?rev=1756&root=Jive&view=rev
Log:
 [EMAIL PROTECTED] (orig r1742):  titmuss | 2008-02-01 21:53:43 +0000
 Bug: 6764
 Description:
 When no player is selected force a reconnect to all servers when the network 
interface state changes. This is needed to allow connection to 
 SqueezeNetwork following a factory reset.
 
 

Modified:
    trunk/   (props changed)
    trunk/jive/src/pkg/jive/share/jive/slim/SlimServers.lua

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

Modified: trunk/jive/src/pkg/jive/share/jive/slim/SlimServers.lua
URL: 
http://svn.slimdevices.com/trunk/jive/src/pkg/jive/share/jive/slim/SlimServers.lua?rev=1756&root=Jive&r1=1755&r2=1756&view=diff
==============================================================================
--- trunk/jive/src/pkg/jive/share/jive/slim/SlimServers.lua (original)
+++ trunk/jive/src/pkg/jive/share/jive/slim/SlimServers.lua Fri Feb  1 13:57:41 
2008
@@ -473,6 +473,11 @@
 function notify_networkConnected(self)
        log:info("network connected")
        self:discover()
+
+       -- force reconnection to all servers if we don't have a player
+       if not self.currentPlayer then
+               self:connect()
+       end
 end
 
 

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

Reply via email to