Author: titmuss
Date: Thu Feb 14 04:22:06 2008
New Revision: 1955
URL: http://svn.slimdevices.com?rev=1955&root=Jive&view=rev
Log:
[EMAIL PROTECTED] (orig r1948): titmuss | 2008-02-14 10:36:38 +0000
Bug: N/A
Description:
Fix window transitions for Try Again during network setup.
Modified:
trunk/ (props changed)
trunk/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupWireless/SetupWirelessApplet.lua
Propchange: trunk/
------------------------------------------------------------------------------
--- svk:merge (original)
+++ svk:merge Thu Feb 14 04:22:06 2008
@@ -1,3 +1,3 @@
-bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:1947
+bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:1948
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=1955&root=Jive&r1=1954&r2=1955&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
Thu Feb 14 04:22:06 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