Author: titmuss
Date: Sun Feb 10 16:33:51 2008
New Revision: 1897
URL: http://svn.slimdevices.com?rev=1897&root=Jive&view=rev
Log:
[EMAIL PROTECTED] (orig r1886): titmuss | 2008-02-10 16:40:17 +0000
Bug: 6580
Description:
Fix to work with older settings.
Modified:
trunk/ (props changed)
trunk/jive/src/pkg/jive_squeezeboxjive/share/applets/SqueezeboxJive/SqueezeboxJiveMeta.lua
Propchange: trunk/
------------------------------------------------------------------------------
--- svk:merge (original)
+++ svk:merge Sun Feb 10 16:33:51 2008
@@ -1,3 +1,3 @@
-bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:1885
+bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:1886
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/SqueezeboxJive/SqueezeboxJiveMeta.lua
URL:
http://svn.slimdevices.com/trunk/jive/src/pkg/jive_squeezeboxjive/share/applets/SqueezeboxJive/SqueezeboxJiveMeta.lua?rev=1897&root=Jive&r1=1896&r2=1897&view=diff
==============================================================================
---
trunk/jive/src/pkg/jive_squeezeboxjive/share/applets/SqueezeboxJive/SqueezeboxJiveMeta.lua
(original)
+++
trunk/jive/src/pkg/jive_squeezeboxjive/share/applets/SqueezeboxJive/SqueezeboxJiveMeta.lua
Sun Feb 10 16:33:51 2008
@@ -33,6 +33,12 @@
function registerApplet(meta)
jul.addCategory("squeezeboxJive", jul.DEBUG)
+ -- Fixup settings after upgrade
+ local settings = meta:getSettings()
+ if not settings.suspendTimeout then
+ settings.suspendTimeout = 3600000 -- 1 hour
+ end
+
-- SqueezeboxJive is a resident Applet
appletManager:loadApplet("SqueezeboxJive")
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins