Author: Zero3
Date: 2009-01-23 15:23:45 +0000 (Fri, 23 Jan 2009)
New Revision: 25245
Modified:
trunk/apps/wininstaller/src_freenethelpers/FreenetStart.ahk
trunk/apps/wininstaller/src_freenethelpers/FreenetStop.ahk
Log:
Added cosmetical "Continue" to the service management loops
Modified: trunk/apps/wininstaller/src_freenethelpers/FreenetStart.ahk
===================================================================
--- trunk/apps/wininstaller/src_freenethelpers/FreenetStart.ahk 2009-01-23
15:09:09 UTC (rev 25244)
+++ trunk/apps/wininstaller/src_freenethelpers/FreenetStart.ahk 2009-01-23
15:23:45 UTC (rev 25245)
@@ -70,6 +70,7 @@
{
_ServiceHasBeenStarted := 1
Service_Start(_ServiceName)
+ Continue
}
Else
{
Modified: trunk/apps/wininstaller/src_freenethelpers/FreenetStop.ahk
===================================================================
--- trunk/apps/wininstaller/src_freenethelpers/FreenetStop.ahk 2009-01-23
15:09:09 UTC (rev 25244)
+++ trunk/apps/wininstaller/src_freenethelpers/FreenetStop.ahk 2009-01-23
15:23:45 UTC (rev 25245)
@@ -81,6 +81,7 @@
{
_ServiceHasBeenStopped := 1
Service_Stop(_ServiceName)
+ Continue
}
Else
{
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs