Author: titmuss
Date: Thu Feb 14 02:36:38 2008
New Revision: 1948

URL: http://svn.slimdevices.com?rev=1948&root=Jive&view=rev
Log:
Bug: N/A
Description:
Fix window transitions for Try Again during network setup.


Modified:
    
branches/7.0/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupWireless/SetupWirelessApplet.lua

Modified: 
branches/7.0/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupWireless/SetupWirelessApplet.lua
URL: 
http://svn.slimdevices.com/branches/7.0/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupWireless/SetupWirelessApplet.lua?rev=1948&root=Jive&r1=1947&r2=1948&view=diff
==============================================================================
--- 
branches/7.0/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupWireless/SetupWirelessApplet.lua
 (original)
+++ 
branches/7.0/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupWireless/SetupWirelessApplet.lua
 Thu Feb 14 02:36:38 2008
@@ -878,7 +878,7 @@
                                                sound = "WINDOWHIDE",
                                                callback = function()
                                                                   connect(self)
-                                                                  window:hide()
+                                                                  
window:hide(Window.transitionNone)
                                                           end
                                        },
                                        {
@@ -1057,7 +1057,7 @@
                                                                   -- poke 
udhcpto try again
                                                                   
_sigusr1("udhcpc")
                                                                   
connect(self, true)
-                                                                  window:hide()
+                                                                  
window:hide(Window.transitionNone)
                                                           end
                                        },
                                        {
@@ -1101,7 +1101,7 @@
                                                                   -- poke 
udhcpto try again
                                                                   
_sigusr1("udhcpc")
                                                                   
connect(self, true)
-                                                                  window:hide()
+                                                                  
window:hide(Window.transitionNone)
                                                           end
                                        },
 

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

Reply via email to