Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=7a5fc86b25b98dc05493a7a25b500e0ad2941a49

commit 7a5fc86b25b98dc05493a7a25b500e0ad2941a49
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Thu Sep 2 14:51:48 2010 +0000

*delete a Console.writeline

diff --git a/frugal-mono-tools/MainWindow.cs b/frugal-mono-tools/MainWindow.cs
index 6002e05..cf2b58d 100644
--- a/frugal-mono-tools/MainWindow.cs
+++ b/frugal-mono-tools/MainWindow.cs
@@ -90,7 +90,6 @@ public partial class MainWindow : Gtk.Window

foreach(Service service in ServicesRc.Services)
{
-                       Console.WriteLine(service.Get_Name());
string Etat = "yes";
if (!service.IsStarted()) Etat="No";
string OnBoot = "yes";
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to