Author: titmuss
Date: Mon Feb 4 06:29:36 2008
New Revision: 1777
URL: http://svn.slimdevices.com?rev=1777&root=Jive&view=rev
Log:
Bug: 6896
Description:
Added Forget this network, for the current network. (Some of this change got
accidentally checked in r1775).
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=1777&root=Jive&r1=1776&r2=1777&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
Mon Feb 4 06:29:36 2008
@@ -1282,7 +1282,9 @@
-- popup confirmation
local window = Popup("popupIcon")
- local text = Textarea("text", self:string("NETWORK_FORGOTTEN_NETWORK",
ssid))
+ window:addWidget(Icon("iconConnected"))
+
+ local text = Label("text", self:string("NETWORK_FORGOTTEN_NETWORK",
ssid))
window:addWidget(text)
self:tieWindow(window)
@@ -1418,7 +1420,7 @@
text =
self:string("NETWORK_FORGET_NETWORK"), nil,
sound = "WINDOWSHOW",
callback = function()
-
deleteConfirm(self, ssid)
+
deleteConfirm(self, self.currentSSID)
end
},
})
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins