Author: fmueller
Date: Mon Aug 23 05:02:36 2010
New Revision: 9058
URL: http://svn.slimdevices.com/jive?rev=9058&view=rev
Log:
Bug: n/a
Description: Do not scan for wireless networks while trying to connect.
Modified:
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/SelectPlayer/SelectPlayerApplet.lua
Modified:
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/SelectPlayer/SelectPlayerApplet.lua
URL:
http://svn.slimdevices.com/jive/7.6/trunk/squeezeplay/src/squeezeplay/share/applets/SelectPlayer/SelectPlayerApplet.lua?rev=9058&r1=9057&r2=9058&view=diff
==============================================================================
---
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/SelectPlayer/SelectPlayerApplet.lua
(original)
+++
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/SelectPlayer/SelectPlayerApplet.lua
Mon Aug 23 05:02:36 2010
@@ -391,6 +391,10 @@
window:addWidget(menu)
window:addTimer(5000, function()
+ -- only scan if this window is on top, not
under a transparent popup
+ if Framework.windowStack[1] ~= window then
+ return
+ end
self:_scan()
end)
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins