Author: ayoung
Date: Thu Jul 28 00:10:29 2011
New Revision: 9461

URL: http://svn.slimdevices.com/jive?rev=9461&view=rev
Log:
bug 17317: SBT will not remain powered off when synced to other SB devices in 
7.6 
Fix typo that could be related (but probably not).

Modified:
    7.6/trunk/squeezeplay/src/squeezeplay/share/jive/ui/Window.lua

Modified: 7.6/trunk/squeezeplay/src/squeezeplay/share/jive/ui/Window.lua
URL: 
http://svn.slimdevices.com/jive/7.6/trunk/squeezeplay/src/squeezeplay/share/jive/ui/Window.lua?rev=9461&r1=9460&r2=9461&view=diff
==============================================================================
--- 7.6/trunk/squeezeplay/src/squeezeplay/share/jive/ui/Window.lua (original)
+++ 7.6/trunk/squeezeplay/src/squeezeplay/share/jive/ui/Window.lua Thu Jul 28 
00:10:29 2011
@@ -1105,7 +1105,7 @@
 function canActivateScreensaver(self)
        if self.allowScreensaver == nil then
                return true
-       elseif self.allowScreensaver == "function" then
+       elseif type(self.allowScreensaver) == "function" then
                return self.allowScreensaver()
        else
                return self.allowScreensaver

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

Reply via email to