Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-tweak.git;a=commitdiff;h=e7235514d2bc8a350f2015a33dd200f96cdaabc5

commit e7235514d2bc8a350f2015a33dd200f96cdaabc5
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Tue Sep 14 23:11:32 2010 +0200

*fixes splash
*fixes network configuration

diff --git a/frugal-mono-tools/Fen_Menu.cs b/frugal-mono-tools/Fen_Menu.cs
index 122cb13..d43b838 100644
--- a/frugal-mono-tools/Fen_Menu.cs
+++ b/frugal-mono-tools/Fen_Menu.cs
@@ -226,7 +226,7 @@ namespace frugalmonotools
}
private void checkRSS(object source, ElapsedEventArgs e)
{
-
+                       //FIX ME
/*
//RSS
try{
diff --git a/frugal-mono-tools/WID_Network.cs b/frugal-mono-tools/WID_Network.cs
index a47bf67..089d40c 100644
--- a/frugal-mono-tools/WID_Network.cs
+++ b/frugal-mono-tools/WID_Network.cs
@@ -90,7 +90,7 @@ namespace frugalmonotools

protected virtual void OnINTWICDClicked (object sender, System.EventArgs e)
{
-               if (INT_NM.Inconsistent) return;
+               if (INT_WICD .Inconsistent) return;
if (this.INT_WICD.Active)
{
this.INT_FW.Active=false;
diff --git a/frugal-mono-tools/splash.cs b/frugal-mono-tools/splash.cs
index 80da2f1..dd836d5 100644
--- a/frugal-mono-tools/splash.cs
+++ b/frugal-mono-tools/splash.cs
@@ -12,7 +12,6 @@ namespace frugalmonotools
}

private void Start() {
-                       Fen_Menu win = new Fen_Menu();
this.Hide();
Console.WriteLine("Start control center");
//now notifications
@@ -28,6 +27,7 @@ namespace frugalmonotools
Outils.Inform("Frugalware","Some update are available.");
Console.WriteLine("Some packages can be updated.");
}
+                       Fen_Menu win = new Fen_Menu();
win.Show();
}
public void InitFinish()
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to