Author: titmuss
Date: Thu Apr 24 04:03:57 2008
New Revision: 2333

URL: http://svn.slimdevices.com?rev=2333&root=Jive&view=rev
Log:
Bug: N/A
Description:
Tweaks to macro applet.


Modified:
    
7.1/trunk/squeezeplay/src/squeezeplay/share/applets/MacroPlay/MacroPlayApplet.lua

Modified: 
7.1/trunk/squeezeplay/src/squeezeplay/share/applets/MacroPlay/MacroPlayApplet.lua
URL: 
http://svn.slimdevices.com/7.1/trunk/squeezeplay/src/squeezeplay/share/applets/MacroPlay/MacroPlayApplet.lua?rev=2333&root=Jive&r1=2332&r2=2333&view=diff
==============================================================================
--- 
7.1/trunk/squeezeplay/src/squeezeplay/share/applets/MacroPlay/MacroPlayApplet.lua
 (original)
+++ 
7.1/trunk/squeezeplay/src/squeezeplay/share/applets/MacroPlay/MacroPlayApplet.lua
 Thu Apr 24 04:03:57 2008
@@ -114,6 +114,8 @@
                        if self.config.auto == false then
                                self:autoplayReset()
                        end
+
+                       window:hide()
                        self:autoplay()
                end,
        })
@@ -155,14 +157,13 @@
                help:setValue(self:string("MACRO_AUTOSTART_COMPLETE"))
        else
                -- countdown to tests
-               local timer = countdown or 30
+               local timer = countdown or 20
                help:setValue(self:string("MACRO_AUTOSTART_HELP", timer))
 
                window:addTimer(1000,
                                function()
                                        if timer == 1 then
                                                window:hide()
-
                                                self:autoplay()
                                        end
 

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

Reply via email to