Author: titmuss
Date: Thu Jan 17 02:50:28 2008
New Revision: 1475
URL: http://svn.slimdevices.com?rev=1475&root=Jive&view=rev
Log:
Bug: N/A
Description:
While in choose players jive kept connecting and disconnecting from the servers.
Modified:
trunk/jive/src/pkg/jive/share/jive/slim/SlimServers.lua
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=1475&root=Jive&r1=1474&r2=1475&view=diff
==============================================================================
--- trunk/jive/src/pkg/jive/share/jive/slim/SlimServers.lua (original)
+++ trunk/jive/src/pkg/jive/share/jive/slim/SlimServers.lua Thu Jan 17 02:50:28
2008
@@ -230,7 +230,9 @@
-- force a discovery if the timer is not running, otherwise it
-- will automatically run soon
if self.discoverState ~= 'discover' then
- self.discoverState = 'idle'
+ if self.discoverState == 'timeout' then
+ self.discoverState = 'discover'
+ end
self:_discover()
end
end
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins