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

commit 52bcdd9f7ef7ed97064cb8e8572d00b34ce9501d
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Wed Sep 1 22:41:39 2010 +0200

*fixes splash
*check service into a thread

diff --git a/frugal-mono-tools/Main.cs b/frugal-mono-tools/Main.cs
index e9ebee5..b1dcc30 100644
--- a/frugal-mono-tools/Main.cs
+++ b/frugal-mono-tools/Main.cs
@@ -46,6 +46,7 @@ namespace frugalmonotools
{
updatePkg=Update.CheckUpdate();
}
+                       ServicesRc.CheckList();
win.InitFinish();
}

@@ -106,6 +107,7 @@ namespace frugalmonotools
}
else
{
+                                       ServicesRc.CheckList();
MainWindow Fen = new MainWindow();
Fen.Show();
}
diff --git a/frugal-mono-tools/MainWindow.cs b/frugal-mono-tools/MainWindow.cs
index bd9d74b..3b3c9c9 100644
--- a/frugal-mono-tools/MainWindow.cs
+++ b/frugal-mono-tools/MainWindow.cs
@@ -87,7 +87,6 @@ public partial class MainWindow : Gtk.Window
ColumnServiceOnBoot.PackStart (ServiceOnBootCell, true);
TREE_Services.AppendColumn (ColumnServiceOnBoot);
ColumnServiceOnBoot.AddAttribute (ServiceOnBootCell, "text", 2);
-               ServicesRc.CheckList();
foreach(Service service in ServicesRc.Services)
{
string Etat = "yes";
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to