Author: michael
Date: Wed Jan 27 02:38:36 2010
New Revision: 8411

URL: http://svn.slimdevices.com/jive?rev=8411&view=rev
Log:
Bug: n/a
Description: stop resize helper daemon too

Modified:
    
7.5/trunk/squeezeplay/src/squeezeplay_fab4/share/applets/SqueezeCenter/SqueezeCenterApplet.lua

Modified: 
7.5/trunk/squeezeplay/src/squeezeplay_fab4/share/applets/SqueezeCenter/SqueezeCenterApplet.lua
URL: 
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay_fab4/share/applets/SqueezeCenter/SqueezeCenterApplet.lua?rev=8411&r1=8410&r2=8411&view=diff
==============================================================================
--- 
7.5/trunk/squeezeplay/src/squeezeplay_fab4/share/applets/SqueezeCenter/SqueezeCenterApplet.lua
 (original)
+++ 
7.5/trunk/squeezeplay/src/squeezeplay_fab4/share/applets/SqueezeCenter/SqueezeCenterApplet.lua
 Wed Jan 27 02:38:36 2010
@@ -281,6 +281,12 @@
                        squeezeos.kill(pid, 3)
                end
                
+               -- stop resize helper daemon
+               local pid = _pidfor('gdresized.pl')
+               if pid then
+                       squeezeos.kill(pid, 3)
+               end
+               
                -- stop server
                pid = _pidfor('slimserver.pl')
                if pid then

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

Reply via email to