Author: titmuss
Date: Mon Feb 11 12:26:51 2008
New Revision: 1910

URL: http://svn.slimdevices.com?rev=1910&root=Jive&view=rev
Log:
 [EMAIL PROTECTED] (orig r1905):  titmuss | 2008-02-11 14:53:39 +0000
 Bug: N/A
 Description:
 Fix static ip setup (reported as a problem on the forums).
 
 

Modified:
    trunk/   (props changed)
    
trunk/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupWireless/SetupWirelessApplet.lua

Propchange: trunk/
------------------------------------------------------------------------------
--- svk:merge (original)
+++ svk:merge Mon Feb 11 12:26:51 2008
@@ -1,3 +1,3 @@
-bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:1904
+bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:1905
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/SN:1083
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/scrolling:1378

Modified: 
trunk/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupWireless/SetupWirelessApplet.lua
URL: 
http://svn.slimdevices.com/trunk/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupWireless/SetupWirelessApplet.lua?rev=1910&root=Jive&r1=1909&r2=1910&view=diff
==============================================================================
--- 
trunk/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupWireless/SetupWirelessApplet.lua
 (original)
+++ 
trunk/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupWireless/SetupWirelessApplet.lua
 Mon Feb 11 12:26:51 2008
@@ -1258,7 +1258,7 @@
             function()
                     self.t_ctrl:t_setStaticIP(self.ssid, self.ipAddress, 
self.ipSubnet, self.ipGateway, self.ipDNS)
                     connectOK(self)
-            end)
+            end):addTask()
 end
 
 

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

Reply via email to