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

commit 30cccb8a421038462db12eee1e78cebbcffe6629
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Sun Sep 5 20:35:13 2010 +0200

*added configuration hostname

diff --git a/frugal-mono-tools/ConfSystem.cs b/frugal-mono-tools/ConfSystem.cs
new file mode 100644
index 0000000..3297b3b
--- /dev/null
+++ b/frugal-mono-tools/ConfSystem.cs
@@ -0,0 +1,39 @@
+// /*
+//  *  Copyright (C) 2010 by Gaetan Gourdin <bouleet...@frogdev.info>
+//  *
+//  *  This program is free software; you can redistribute it and/or modify
+//  *  it under the terms of the GNU General Public License as published by
+//  *  the Free Software Foundation; either version 2 of the License, or
+//  *  (at your option) any later version.
+//  *
+//  *  This program is distributed in the hope that it will be useful,
+//  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+//  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+//  *  GNU General Public License for more details.
+//  *
+//  *  You should have received a copy of the GNU General Public License
+//  *  along with this program; if not, write to the Free Software
+//  *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 
USA.
+//  */
+using System;
+namespace frugalmonotools
+{
+       public class ConfSystem
+       {
+               const  string cch_hostname =@"/etc/HOSTNAME";
+               private string _hostname;
+               public string GetHostname()
+               {
+                       return _hostname;
+               }
+               public void SetHostname(string hostname)
+               {
+                       this._hostname=hostname;
+               }
+               public ConfSystem ()
+               {
+                       
this.SetHostname(Outils.ReadFile(cch_hostname).ToString().Replace("\n",""));
+               }
+       }
+}
+
diff --git a/frugal-mono-tools/MainWindow.cs b/frugal-mono-tools/MainWindow.cs
index 3b21a41..ce1b8f5 100644
--- a/frugal-mono-tools/MainWindow.cs
+++ b/frugal-mono-tools/MainWindow.cs
@@ -29,6 +29,7 @@ public partial class MainWindow : Gtk.Window
private string packageSelected="";
private string UpdateSelected="";
private string ServiceSelected="";
+       private ConfSystem  confSystem = new ConfSystem();

private bool boRoot = false;
//pacman-g2
@@ -353,6 +354,9 @@ public partial class MainWindow : Gtk.Window
}
catch{}

+               //system configuration
+               SAI_Host.Text=confSystem.GetHostname();
+
//configuration
INT_CheckStartup.Active=MainClass.configuration.Get_CheckUpdate();
INT_StartWithXSession.Active=MainClass.configuration.Get_StartWithX();
@@ -576,6 +580,7 @@ public partial class MainWindow : Gtk.Window
}
FileLogin.Close();
}
+
catch{}
}
/// <summary>
diff --git a/frugal-mono-tools/frugal-mono-tools.csproj 
b/frugal-mono-tools/frugal-mono-tools.csproj
index c96846a..f2fa2ce 100644
--- a/frugal-mono-tools/frugal-mono-tools.csproj
+++ b/frugal-mono-tools/frugal-mono-tools.csproj
@@ -86,6 +86,7 @@
<Compile Include="Service.cs" />
<Compile Include="Services.cs" />
<Compile Include="WebkitBrowser.cs" />
+    <Compile Include="ConfSystem.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ProjectExtensions>
diff --git a/frugal-mono-tools/gtk-gui/MainWindow.cs 
b/frugal-mono-tools/gtk-gui/MainWindow.cs
index 622c630..5acd16a 100644
--- a/frugal-mono-tools/gtk-gui/MainWindow.cs
+++ b/frugal-mono-tools/gtk-gui/MainWindow.cs
@@ -73,6 +73,16 @@ public partial class MainWindow

private global::Gtk.Label label3;

+       private global::Gtk.VBox vbox11;
+
+       private global::Gtk.HBox hbox24;
+
+       private global::Gtk.Label label11;
+
+       private global::Gtk.Entry SAI_Host;
+
+       private global::Gtk.Label label5;
+
private global::Gtk.VBox vbox2;

private global::Gtk.HBox hbox15;
@@ -117,7 +127,7 @@ public partial class MainWindow

private global::Gtk.Button BTN_ServiceAddBoot;

-       private global::Gtk.Label label5;
+       private global::Gtk.Label label6;

private global::Gtk.VBox vbox1;

@@ -221,7 +231,7 @@ public partial class MainWindow

private global::Gtk.Button BTN_Danish;

-       private global::Gtk.Label label6;
+       private global::Gtk.Label label9;

private global::Gtk.VBox vbox5;

@@ -253,7 +263,7 @@ public partial class MainWindow

private global::Gtk.TextView textview2;

-       private global::Gtk.Label label9;
+       private global::Gtk.Label label10;

protected virtual void Build ()
{
@@ -267,7 +277,7 @@ public partial class MainWindow
this.ONG_principal = new global::Gtk.Notebook ();
this.ONG_principal.CanFocus = true;
this.ONG_principal.Name = "ONG_principal";
-               this.ONG_principal.CurrentPage = 0;
+               this.ONG_principal.CurrentPage = 3;
// Container child ONG_principal.Gtk.Notebook+NotebookChild
this.vbox4 = new global::Gtk.VBox ();
this.vbox4.Name = "vbox4";
@@ -611,6 +621,46 @@ public partial class MainWindow
this.ONG_principal.SetTabLabel (this.vbox6, this.label3);
this.label3.ShowAll ();
// Container child ONG_principal.Gtk.Notebook+NotebookChild
+               this.vbox11 = new global::Gtk.VBox ();
+               this.vbox11.Name = "vbox11";
+               this.vbox11.Spacing = 6;
+               // Container child vbox11.Gtk.Box+BoxChild
+               this.hbox24 = new global::Gtk.HBox ();
+               this.hbox24.Name = "hbox24";
+               this.hbox24.Spacing = 6;
+               // Container child hbox24.Gtk.Box+BoxChild
+               this.label11 = new global::Gtk.Label ();
+               this.label11.Name = "label11";
+               this.label11.LabelProp = global::Mono.Unix.Catalog.GetString 
("hostname");
+               this.hbox24.Add (this.label11);
+               global::Gtk.Box.BoxChild w32 = 
((global::Gtk.Box.BoxChild)(this.hbox24[this.label11]));
+               w32.Position = 0;
+               w32.Expand = false;
+               w32.Fill = false;
+               // Container child hbox24.Gtk.Box+BoxChild
+               this.SAI_Host = new global::Gtk.Entry ();
+               this.SAI_Host.CanFocus = true;
+               this.SAI_Host.Name = "SAI_Host";
+               this.SAI_Host.IsEditable = true;
+               this.SAI_Host.InvisibleChar = '•';
+               this.hbox24.Add (this.SAI_Host);
+               global::Gtk.Box.BoxChild w33 = 
((global::Gtk.Box.BoxChild)(this.hbox24[this.SAI_Host]));
+               w33.Position = 2;
+               this.vbox11.Add (this.hbox24);
+               global::Gtk.Box.BoxChild w34 = 
((global::Gtk.Box.BoxChild)(this.vbox11[this.hbox24]));
+               w34.Position = 0;
+               w34.Expand = false;
+               w34.Fill = false;
+               this.ONG_principal.Add (this.vbox11);
+               global::Gtk.Notebook.NotebookChild w35 = 
((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox11]));
+               w35.Position = 3;
+               // Notebook tab
+               this.label5 = new global::Gtk.Label ();
+               this.label5.Name = "label5";
+               this.label5.LabelProp = global::Mono.Unix.Catalog.GetString 
("System");
+               this.ONG_principal.SetTabLabel (this.vbox11, this.label5);
+               this.label5.ShowAll ();
+               // Container child ONG_principal.Gtk.Notebook+NotebookChild
this.vbox2 = new global::Gtk.VBox ();
this.vbox2.Name = "vbox2";
this.vbox2.Spacing = 6;
@@ -625,25 +675,25 @@ public partial class MainWindow
this.BTN_Printer.UseUnderline = true;
this.BTN_Printer.Label = global::Mono.Unix.Catalog.GetString ("System 
Configuration Printer");
this.hbox15.Add (this.BTN_Printer);
-               global::Gtk.Box.BoxChild w32 = 
((global::Gtk.Box.BoxChild)(this.hbox15[this.BTN_Printer]));
-               w32.Position = 0;
-               w32.Expand = false;
-               w32.Fill = false;
+               global::Gtk.Box.BoxChild w36 = 
((global::Gtk.Box.BoxChild)(this.hbox15[this.BTN_Printer]));
+               w36.Position = 0;
+               w36.Expand = false;
+               w36.Fill = false;
// Container child hbox15.Gtk.Box+BoxChild
this.LAB_Printer = new global::Gtk.Label ();
this.LAB_Printer.Name = "LAB_Printer";
this.LAB_Printer.LabelProp = global::Mono.Unix.Catalog.GetString ("You should 
install \"system-config-printer\"");
this.hbox15.Add (this.LAB_Printer);
-               global::Gtk.Box.BoxChild w33 = 
((global::Gtk.Box.BoxChild)(this.hbox15[this.LAB_Printer]));
-               w33.PackType = ((global::Gtk.PackType)(1));
-               w33.Position = 1;
-               w33.Expand = false;
-               w33.Fill = false;
+               global::Gtk.Box.BoxChild w37 = 
((global::Gtk.Box.BoxChild)(this.hbox15[this.LAB_Printer]));
+               w37.PackType = ((global::Gtk.PackType)(1));
+               w37.Position = 1;
+               w37.Expand = false;
+               w37.Fill = false;
this.vbox2.Add (this.hbox15);
-               global::Gtk.Box.BoxChild w34 = 
((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox15]));
-               w34.Position = 0;
-               w34.Expand = false;
-               w34.Fill = false;
+               global::Gtk.Box.BoxChild w38 = 
((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox15]));
+               w38.Position = 0;
+               w38.Expand = false;
+               w38.Fill = false;
// Container child vbox2.Gtk.Box+BoxChild
this.hbox17 = new global::Gtk.HBox ();
this.hbox17.Name = "hbox17";
@@ -655,25 +705,25 @@ public partial class MainWindow
this.BTN_Setup.UseUnderline = true;
this.BTN_Setup.Label = global::Mono.Unix.Catalog.GetString ("Frugalware System 
configuration");
this.hbox17.Add (this.BTN_Setup);
-               global::Gtk.Box.BoxChild w35 = 
((global::Gtk.Box.BoxChild)(this.hbox17[this.BTN_Setup]));
-               w35.Position = 0;
-               w35.Expand = false;
-               w35.Fill = false;
+               global::Gtk.Box.BoxChild w39 = 
((global::Gtk.Box.BoxChild)(this.hbox17[this.BTN_Setup]));
+               w39.Position = 0;
+               w39.Expand = false;
+               w39.Fill = false;
// Container child hbox17.Gtk.Box+BoxChild
this.LIB_Setup = new global::Gtk.Label ();
this.LIB_Setup.Name = "LIB_Setup";
this.LIB_Setup.LabelProp = global::Mono.Unix.Catalog.GetString ("You should 
install frugalwareutils");
this.hbox17.Add (this.LIB_Setup);
-               global::Gtk.Box.BoxChild w36 = 
((global::Gtk.Box.BoxChild)(this.hbox17[this.LIB_Setup]));
-               w36.PackType = ((global::Gtk.PackType)(1));
-               w36.Position = 1;
-               w36.Expand = false;
-               w36.Fill = false;
+               global::Gtk.Box.BoxChild w40 = 
((global::Gtk.Box.BoxChild)(this.hbox17[this.LIB_Setup]));
+               w40.PackType = ((global::Gtk.PackType)(1));
+               w40.Position = 1;
+               w40.Expand = false;
+               w40.Fill = false;
this.vbox2.Add (this.hbox17);
-               global::Gtk.Box.BoxChild w37 = 
((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox17]));
-               w37.Position = 1;
-               w37.Expand = false;
-               w37.Fill = false;
+               global::Gtk.Box.BoxChild w41 = 
((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox17]));
+               w41.Position = 1;
+               w41.Expand = false;
+               w41.Fill = false;
// Container child vbox2.Gtk.Box+BoxChild
this.hbox18 = new global::Gtk.HBox ();
this.hbox18.Name = "hbox18";
@@ -683,16 +733,16 @@ public partial class MainWindow
this.LIB_Lirc.Name = "LIB_Lirc";
this.LIB_Lirc.LabelProp = global::Mono.Unix.Catalog.GetString ("You should 
install lirc");
this.hbox18.Add (this.LIB_Lirc);
-               global::Gtk.Box.BoxChild w38 = 
((global::Gtk.Box.BoxChild)(this.hbox18[this.LIB_Lirc]));
-               w38.PackType = ((global::Gtk.PackType)(1));
-               w38.Position = 1;
-               w38.Expand = false;
-               w38.Fill = false;
+               global::Gtk.Box.BoxChild w42 = 
((global::Gtk.Box.BoxChild)(this.hbox18[this.LIB_Lirc]));
+               w42.PackType = ((global::Gtk.PackType)(1));
+               w42.Position = 1;
+               w42.Expand = false;
+               w42.Fill = false;
this.vbox2.Add (this.hbox18);
-               global::Gtk.Box.BoxChild w39 = 
((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox18]));
-               w39.Position = 2;
-               w39.Expand = false;
-               w39.Fill = false;
+               global::Gtk.Box.BoxChild w43 = 
((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox18]));
+               w43.Position = 2;
+               w43.Expand = false;
+               w43.Fill = false;
// Container child vbox2.Gtk.Box+BoxChild
this.hbox19 = new global::Gtk.HBox ();
this.hbox19.Name = "hbox19";
@@ -702,16 +752,16 @@ public partial class MainWindow
this.LIB_Bluez.Name = "LIB_Bluez";
this.LIB_Bluez.LabelProp = global::Mono.Unix.Catalog.GetString ("You should 
install bluez");
this.hbox19.Add (this.LIB_Bluez);
-               global::Gtk.Box.BoxChild w40 = 
((global::Gtk.Box.BoxChild)(this.hbox19[this.LIB_Bluez]));
-               w40.PackType = ((global::Gtk.PackType)(1));
-               w40.Position = 1;
-               w40.Expand = false;
-               w40.Fill = false;
+               global::Gtk.Box.BoxChild w44 = 
((global::Gtk.Box.BoxChild)(this.hbox19[this.LIB_Bluez]));
+               w44.PackType = ((global::Gtk.PackType)(1));
+               w44.Position = 1;
+               w44.Expand = false;
+               w44.Fill = false;
this.vbox2.Add (this.hbox19);
-               global::Gtk.Box.BoxChild w41 = 
((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox19]));
-               w41.Position = 3;
-               w41.Expand = false;
-               w41.Fill = false;
+               global::Gtk.Box.BoxChild w45 = 
((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox19]));
+               w45.Position = 3;
+               w45.Expand = false;
+               w45.Fill = false;
// Container child vbox2.Gtk.Box+BoxChild
this.GtkScrolledWindow3 = new global::Gtk.ScrolledWindow ();
this.GtkScrolledWindow3.Name = "GtkScrolledWindow3";
@@ -722,11 +772,11 @@ public partial class MainWindow
this.TXT_Lspci.Name = "TXT_Lspci";
this.GtkScrolledWindow3.Add (this.TXT_Lspci);
this.vbox2.Add (this.GtkScrolledWindow3);
-               global::Gtk.Box.BoxChild w43 = 
((global::Gtk.Box.BoxChild)(this.vbox2[this.GtkScrolledWindow3]));
-               w43.Position = 4;
+               global::Gtk.Box.BoxChild w47 = 
((global::Gtk.Box.BoxChild)(this.vbox2[this.GtkScrolledWindow3]));
+               w47.Position = 4;
this.ONG_principal.Add (this.vbox2);
-               global::Gtk.Notebook.NotebookChild w44 = 
((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox2]));
-               w44.Position = 3;
+               global::Gtk.Notebook.NotebookChild w48 = 
((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox2]));
+               w48.Position = 4;
// Notebook tab
this.LIB_Materiel = new global::Gtk.Label ();
this.LIB_Materiel.Name = "LIB_Materiel";
@@ -747,8 +797,8 @@ public partial class MainWindow
this.TREE_Services.Name = "TREE_Services";
this.GtkScrolledWindow1.Add (this.TREE_Services);
this.vbox7.Add (this.GtkScrolledWindow1);
-               global::Gtk.Box.BoxChild w46 = 
((global::Gtk.Box.BoxChild)(this.vbox7[this.GtkScrolledWindow1]));
-               w46.Position = 0;
+               global::Gtk.Box.BoxChild w50 = 
((global::Gtk.Box.BoxChild)(this.vbox7[this.GtkScrolledWindow1]));
+               w50.Position = 0;
// Container child vbox7.Gtk.Box+BoxChild
this.hbox20 = new global::Gtk.HBox ();
this.hbox20.Name = "hbox20";
@@ -760,10 +810,10 @@ public partial class MainWindow
this.BTN_ServiceStart.UseUnderline = true;
this.BTN_ServiceStart.Label = global::Mono.Unix.Catalog.GetString ("Start");
this.hbox20.Add (this.BTN_ServiceStart);
-               global::Gtk.Box.BoxChild w47 = 
((global::Gtk.Box.BoxChild)(this.hbox20[this.BTN_ServiceStart]));
-               w47.Position = 0;
-               w47.Expand = false;
-               w47.Fill = false;
+               global::Gtk.Box.BoxChild w51 = 
((global::Gtk.Box.BoxChild)(this.hbox20[this.BTN_ServiceStart]));
+               w51.Position = 0;
+               w51.Expand = false;
+               w51.Fill = false;
// Container child hbox20.Gtk.Box+BoxChild
this.BTN_ServiceStop = new global::Gtk.Button ();
this.BTN_ServiceStop.CanFocus = true;
@@ -771,10 +821,10 @@ public partial class MainWindow
this.BTN_ServiceStop.UseUnderline = true;
this.BTN_ServiceStop.Label = global::Mono.Unix.Catalog.GetString ("Stop");
this.hbox20.Add (this.BTN_ServiceStop);
-               global::Gtk.Box.BoxChild w48 = 
((global::Gtk.Box.BoxChild)(this.hbox20[this.BTN_ServiceStop]));
-               w48.Position = 1;
-               w48.Expand = false;
-               w48.Fill = false;
+               global::Gtk.Box.BoxChild w52 = 
((global::Gtk.Box.BoxChild)(this.hbox20[this.BTN_ServiceStop]));
+               w52.Position = 1;
+               w52.Expand = false;
+               w52.Fill = false;
// Container child hbox20.Gtk.Box+BoxChild
this.BTN_ServiceDelBoot = new global::Gtk.Button ();
this.BTN_ServiceDelBoot.CanFocus = true;
@@ -782,10 +832,10 @@ public partial class MainWindow
this.BTN_ServiceDelBoot.UseUnderline = true;
this.BTN_ServiceDelBoot.Label = global::Mono.Unix.Catalog.GetString ("Don't 
start it on boot");
this.hbox20.Add (this.BTN_ServiceDelBoot);
-               global::Gtk.Box.BoxChild w49 = 
((global::Gtk.Box.BoxChild)(this.hbox20[this.BTN_ServiceDelBoot]));
-               w49.Position = 2;
-               w49.Expand = false;
-               w49.Fill = false;
+               global::Gtk.Box.BoxChild w53 = 
((global::Gtk.Box.BoxChild)(this.hbox20[this.BTN_ServiceDelBoot]));
+               w53.Position = 2;
+               w53.Expand = false;
+               w53.Fill = false;
// Container child hbox20.Gtk.Box+BoxChild
this.BTN_ServiceAddBoot = new global::Gtk.Button ();
this.BTN_ServiceAddBoot.CanFocus = true;
@@ -793,24 +843,24 @@ public partial class MainWindow
this.BTN_ServiceAddBoot.UseUnderline = true;
this.BTN_ServiceAddBoot.Label = global::Mono.Unix.Catalog.GetString ("Start it 
on boot");
this.hbox20.Add (this.BTN_ServiceAddBoot);
-               global::Gtk.Box.BoxChild w50 = 
((global::Gtk.Box.BoxChild)(this.hbox20[this.BTN_ServiceAddBoot]));
-               w50.Position = 3;
-               w50.Expand = false;
-               w50.Fill = false;
+               global::Gtk.Box.BoxChild w54 = 
((global::Gtk.Box.BoxChild)(this.hbox20[this.BTN_ServiceAddBoot]));
+               w54.Position = 3;
+               w54.Expand = false;
+               w54.Fill = false;
this.vbox7.Add (this.hbox20);
-               global::Gtk.Box.BoxChild w51 = 
((global::Gtk.Box.BoxChild)(this.vbox7[this.hbox20]));
-               w51.Position = 2;
-               w51.Expand = false;
-               w51.Fill = false;
+               global::Gtk.Box.BoxChild w55 = 
((global::Gtk.Box.BoxChild)(this.vbox7[this.hbox20]));
+               w55.Position = 2;
+               w55.Expand = false;
+               w55.Fill = false;
this.ONG_principal.Add (this.vbox7);
-               global::Gtk.Notebook.NotebookChild w52 = 
((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox7]));
-               w52.Position = 4;
+               global::Gtk.Notebook.NotebookChild w56 = 
((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox7]));
+               w56.Position = 5;
// Notebook tab
-               this.label5 = new global::Gtk.Label ();
-               this.label5.Name = "label5";
-               this.label5.LabelProp = global::Mono.Unix.Catalog.GetString 
("Services");
-               this.ONG_principal.SetTabLabel (this.vbox7, this.label5);
-               this.label5.ShowAll ();
+               this.label6 = new global::Gtk.Label ();
+               this.label6.Name = "label6";
+               this.label6.LabelProp = global::Mono.Unix.Catalog.GetString 
("Services");
+               this.ONG_principal.SetTabLabel (this.vbox7, this.label6);
+               this.label6.ShowAll ();
// Container child ONG_principal.Gtk.Notebook+NotebookChild
this.vbox1 = new global::Gtk.VBox ();
this.vbox1.Name = "vbox1";
@@ -824,10 +874,10 @@ public partial class MainWindow
this.image6.Name = "image6";
this.image6.Pixbuf = global::Gdk.Pixbuf.LoadFromResource 
("frugalmonotools.fw.png");
this.hbox1.Add (this.image6);
-               global::Gtk.Box.BoxChild w53 = 
((global::Gtk.Box.BoxChild)(this.hbox1[this.image6]));
-               w53.Position = 0;
-               w53.Expand = false;
-               w53.Fill = false;
+               global::Gtk.Box.BoxChild w57 = 
((global::Gtk.Box.BoxChild)(this.hbox1[this.image6]));
+               w57.Position = 0;
+               w57.Expand = false;
+               w57.Fill = false;
// Container child hbox1.Gtk.Box+BoxChild
this.INT_FW = new global::Gtk.CheckButton ();
this.INT_FW.CanFocus = true;
@@ -836,13 +886,13 @@ public partial class MainWindow
this.INT_FW.DrawIndicator = true;
this.INT_FW.UseUnderline = true;
this.hbox1.Add (this.INT_FW);
-               global::Gtk.Box.BoxChild w54 = 
((global::Gtk.Box.BoxChild)(this.hbox1[this.INT_FW]));
-               w54.Position = 1;
+               global::Gtk.Box.BoxChild w58 = 
((global::Gtk.Box.BoxChild)(this.hbox1[this.INT_FW]));
+               w58.Position = 1;
this.vbox1.Add (this.hbox1);
-               global::Gtk.Box.BoxChild w55 = 
((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
-               w55.Position = 0;
-               w55.Expand = false;
-               w55.Fill = false;
+               global::Gtk.Box.BoxChild w59 = 
((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
+               w59.Position = 0;
+               w59.Expand = false;
+               w59.Fill = false;
// Container child vbox1.Gtk.Box+BoxChild
this.hbox2 = new global::Gtk.HBox ();
this.hbox2.Name = "hbox2";
@@ -852,10 +902,10 @@ public partial class MainWindow
this.image7.Name = "image7";
this.image7.Pixbuf = global::Gdk.Pixbuf.LoadFromResource 
("frugalmonotools.nmlogo.png");
this.hbox2.Add (this.image7);
-               global::Gtk.Box.BoxChild w56 = 
((global::Gtk.Box.BoxChild)(this.hbox2[this.image7]));
-               w56.Position = 0;
-               w56.Expand = false;
-               w56.Fill = false;
+               global::Gtk.Box.BoxChild w60 = 
((global::Gtk.Box.BoxChild)(this.hbox2[this.image7]));
+               w60.Position = 0;
+               w60.Expand = false;
+               w60.Fill = false;
// Container child hbox2.Gtk.Box+BoxChild
this.INT_NM = new global::Gtk.CheckButton ();
this.INT_NM.CanFocus = true;
@@ -864,22 +914,22 @@ public partial class MainWindow
this.INT_NM.DrawIndicator = true;
this.INT_NM.UseUnderline = true;
this.hbox2.Add (this.INT_NM);
-               global::Gtk.Box.BoxChild w57 = 
((global::Gtk.Box.BoxChild)(this.hbox2[this.INT_NM]));
-               w57.Position = 1;
+               global::Gtk.Box.BoxChild w61 = 
((global::Gtk.Box.BoxChild)(this.hbox2[this.INT_NM]));
+               w61.Position = 1;
// Container child hbox2.Gtk.Box+BoxChild
this.LIB_NMNotInstalled = new global::Gtk.Label ();
this.LIB_NMNotInstalled.Name = "LIB_NMNotInstalled";
this.LIB_NMNotInstalled.LabelProp = global::Mono.Unix.Catalog.GetString ("Not 
installed");
this.hbox2.Add (this.LIB_NMNotInstalled);
-               global::Gtk.Box.BoxChild w58 = 
((global::Gtk.Box.BoxChild)(this.hbox2[this.LIB_NMNotInstalled]));
-               w58.Position = 2;
-               w58.Expand = false;
-               w58.Fill = false;
+               global::Gtk.Box.BoxChild w62 = 
((global::Gtk.Box.BoxChild)(this.hbox2[this.LIB_NMNotInstalled]));
+               w62.Position = 2;
+               w62.Expand = false;
+               w62.Fill = false;
this.vbox1.Add (this.hbox2);
-               global::Gtk.Box.BoxChild w59 = 
((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox2]));
-               w59.Position = 1;
-               w59.Expand = false;
-               w59.Fill = false;
+               global::Gtk.Box.BoxChild w63 = 
((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox2]));
+               w63.Position = 1;
+               w63.Expand = false;
+               w63.Fill = false;
// Container child vbox1.Gtk.Box+BoxChild
this.hbox3 = new global::Gtk.HBox ();
this.hbox3.Name = "hbox3";
@@ -889,10 +939,10 @@ public partial class MainWindow
this.image8.Name = "image8";
this.image8.Pixbuf = global::Gdk.Pixbuf.LoadFromResource 
("frugalmonotools.wicdlogo.png");
this.hbox3.Add (this.image8);
-               global::Gtk.Box.BoxChild w60 = 
((global::Gtk.Box.BoxChild)(this.hbox3[this.image8]));
-               w60.Position = 0;
-               w60.Expand = false;
-               w60.Fill = false;
+               global::Gtk.Box.BoxChild w64 = 
((global::Gtk.Box.BoxChild)(this.hbox3[this.image8]));
+               w64.Position = 0;
+               w64.Expand = false;
+               w64.Fill = false;
// Container child hbox3.Gtk.Box+BoxChild
this.INT_WICD = new global::Gtk.CheckButton ();
this.INT_WICD.CanFocus = true;
@@ -901,22 +951,22 @@ public partial class MainWindow
this.INT_WICD.DrawIndicator = true;
this.INT_WICD.UseUnderline = true;
this.hbox3.Add (this.INT_WICD);
-               global::Gtk.Box.BoxChild w61 = 
((global::Gtk.Box.BoxChild)(this.hbox3[this.INT_WICD]));
-               w61.Position = 1;
+               global::Gtk.Box.BoxChild w65 = 
((global::Gtk.Box.BoxChild)(this.hbox3[this.INT_WICD]));
+               w65.Position = 1;
// Container child hbox3.Gtk.Box+BoxChild
this.LIB_WICDNotInstalled = new global::Gtk.Label ();
this.LIB_WICDNotInstalled.Name = "LIB_WICDNotInstalled";
this.LIB_WICDNotInstalled.LabelProp = global::Mono.Unix.Catalog.GetString ("Not 
installed");
this.hbox3.Add (this.LIB_WICDNotInstalled);
-               global::Gtk.Box.BoxChild w62 = 
((global::Gtk.Box.BoxChild)(this.hbox3[this.LIB_WICDNotInstalled]));
-               w62.Position = 2;
-               w62.Expand = false;
-               w62.Fill = false;
+               global::Gtk.Box.BoxChild w66 = 
((global::Gtk.Box.BoxChild)(this.hbox3[this.LIB_WICDNotInstalled]));
+               w66.Position = 2;
+               w66.Expand = false;
+               w66.Fill = false;
this.vbox1.Add (this.hbox3);
-               global::Gtk.Box.BoxChild w63 = 
((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox3]));
-               w63.Position = 2;
-               w63.Expand = false;
-               w63.Fill = false;
+               global::Gtk.Box.BoxChild w67 = 
((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox3]));
+               w67.Position = 2;
+               w67.Expand = false;
+               w67.Fill = false;
// Container child vbox1.Gtk.Box+BoxChild
this.hbox4 = new global::Gtk.HBox ();
this.hbox4.Name = "hbox4";
@@ -928,19 +978,19 @@ public partial class MainWindow
this.BTN_Network.UseUnderline = true;
this.BTN_Network.Label = global::Mono.Unix.Catalog.GetString ("Apply");
this.hbox4.Add (this.BTN_Network);
-               global::Gtk.Box.BoxChild w64 = 
((global::Gtk.Box.BoxChild)(this.hbox4[this.BTN_Network]));
-               w64.Position = 2;
-               w64.Expand = false;
-               w64.Fill = false;
+               global::Gtk.Box.BoxChild w68 = 
((global::Gtk.Box.BoxChild)(this.hbox4[this.BTN_Network]));
+               w68.Position = 2;
+               w68.Expand = false;
+               w68.Fill = false;
this.vbox1.Add (this.hbox4);
-               global::Gtk.Box.BoxChild w65 = 
((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox4]));
-               w65.PackType = ((global::Gtk.PackType)(1));
-               w65.Position = 3;
-               w65.Expand = false;
-               w65.Fill = false;
+               global::Gtk.Box.BoxChild w69 = 
((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox4]));
+               w69.PackType = ((global::Gtk.PackType)(1));
+               w69.Position = 3;
+               w69.Expand = false;
+               w69.Fill = false;
this.ONG_principal.Add (this.vbox1);
-               global::Gtk.Notebook.NotebookChild w66 = 
((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox1]));
-               w66.Position = 5;
+               global::Gtk.Notebook.NotebookChild w70 = 
((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox1]));
+               w70.Position = 6;
// Notebook tab
this.LIB_Network = new global::Gtk.Label ();
this.LIB_Network.Name = "LIB_Network";
@@ -960,10 +1010,10 @@ public partial class MainWindow
this.image1.Name = "image1";
this.image1.Pixbuf = global::Gdk.Pixbuf.LoadFromResource 
("frugalmonotools.xorglogo.png");
this.hbox5.Add (this.image1);
-               global::Gtk.Box.BoxChild w67 = 
((global::Gtk.Box.BoxChild)(this.hbox5[this.image1]));
-               w67.Position = 0;
-               w67.Expand = false;
-               w67.Fill = false;
+               global::Gtk.Box.BoxChild w71 = 
((global::Gtk.Box.BoxChild)(this.hbox5[this.image1]));
+               w71.Position = 0;
+               w71.Expand = false;
+               w71.Fill = false;
// Container child hbox5.Gtk.Box+BoxChild
this.INT_XDM = new global::Gtk.CheckButton ();
this.INT_XDM.CanFocus = true;
@@ -972,22 +1022,22 @@ public partial class MainWindow
this.INT_XDM.DrawIndicator = true;
this.INT_XDM.UseUnderline = true;
this.hbox5.Add (this.INT_XDM);
-               global::Gtk.Box.BoxChild w68 = 
((global::Gtk.Box.BoxChild)(this.hbox5[this.INT_XDM]));
-               w68.Position = 1;
+               global::Gtk.Box.BoxChild w72 = 
((global::Gtk.Box.BoxChild)(this.hbox5[this.INT_XDM]));
+               w72.Position = 1;
// Container child hbox5.Gtk.Box+BoxChild
this.LIB_XDM = new global::Gtk.Label ();
this.LIB_XDM.Name = "LIB_XDM";
this.LIB_XDM.LabelProp = global::Mono.Unix.Catalog.GetString ("Not installed");
this.hbox5.Add (this.LIB_XDM);
-               global::Gtk.Box.BoxChild w69 = 
((global::Gtk.Box.BoxChild)(this.hbox5[this.LIB_XDM]));
-               w69.Position = 2;
-               w69.Expand = false;
-               w69.Fill = false;
+               global::Gtk.Box.BoxChild w73 = 
((global::Gtk.Box.BoxChild)(this.hbox5[this.LIB_XDM]));
+               w73.Position = 2;
+               w73.Expand = false;
+               w73.Fill = false;
this.vbox3.Add (this.hbox5);
-               global::Gtk.Box.BoxChild w70 = 
((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox5]));
-               w70.Position = 0;
-               w70.Expand = false;
-               w70.Fill = false;
+               global::Gtk.Box.BoxChild w74 = 
((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox5]));
+               w74.Position = 0;
+               w74.Expand = false;
+               w74.Fill = false;
// Container child vbox3.Gtk.Box+BoxChild
this.hbox6 = new global::Gtk.HBox ();
this.hbox6.Name = "hbox6";
@@ -997,10 +1047,10 @@ public partial class MainWindow
this.image2.Name = "image2";
this.image2.Pixbuf = global::Gdk.Pixbuf.LoadFromResource 
("frugalmonotools.lxdelogo.png");
this.hbox6.Add (this.image2);
-               global::Gtk.Box.BoxChild w71 = 
((global::Gtk.Box.BoxChild)(this.hbox6[this.image2]));
-               w71.Position = 0;
-               w71.Expand = false;
-               w71.Fill = false;
+               global::Gtk.Box.BoxChild w75 = 
((global::Gtk.Box.BoxChild)(this.hbox6[this.image2]));
+               w75.Position = 0;
+               w75.Expand = false;
+               w75.Fill = false;
// Container child hbox6.Gtk.Box+BoxChild
this.INT_LXDM = new global::Gtk.CheckButton ();
this.INT_LXDM.CanFocus = true;
@@ -1009,22 +1059,22 @@ public partial class MainWindow
this.INT_LXDM.DrawIndicator = true;
this.INT_LXDM.UseUnderline = true;
this.hbox6.Add (this.INT_LXDM);
-               global::Gtk.Box.BoxChild w72 = 
((global::Gtk.Box.BoxChild)(this.hbox6[this.INT_LXDM]));
-               w72.Position = 1;
+               global::Gtk.Box.BoxChild w76 = 
((global::Gtk.Box.BoxChild)(this.hbox6[this.INT_LXDM]));
+               w76.Position = 1;
// Container child hbox6.Gtk.Box+BoxChild
this.LIB_LXDM = new global::Gtk.Label ();
this.LIB_LXDM.Name = "LIB_LXDM";
this.LIB_LXDM.LabelProp = global::Mono.Unix.Catalog.GetString ("Not installed");
this.hbox6.Add (this.LIB_LXDM);
-               global::Gtk.Box.BoxChild w73 = 
((global::Gtk.Box.BoxChild)(this.hbox6[this.LIB_LXDM]));
-               w73.Position = 2;
-               w73.Expand = false;
-               w73.Fill = false;
+               global::Gtk.Box.BoxChild w77 = 
((global::Gtk.Box.BoxChild)(this.hbox6[this.LIB_LXDM]));
+               w77.Position = 2;
+               w77.Expand = false;
+               w77.Fill = false;
this.vbox3.Add (this.hbox6);
-               global::Gtk.Box.BoxChild w74 = 
((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox6]));
-               w74.Position = 1;
-               w74.Expand = false;
-               w74.Fill = false;
+               global::Gtk.Box.BoxChild w78 = 
((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox6]));
+               w78.Position = 1;
+               w78.Expand = false;
+               w78.Fill = false;
// Container child vbox3.Gtk.Box+BoxChild
this.hbox7 = new global::Gtk.HBox ();
this.hbox7.Name = "hbox7";
@@ -1034,10 +1084,10 @@ public partial class MainWindow
this.image3.Name = "image3";
this.image3.Pixbuf = global::Gdk.Pixbuf.LoadFromResource 
("frugalmonotools.xfcelogo.png");
this.hbox7.Add (this.image3);
-               global::Gtk.Box.BoxChild w75 = 
((global::Gtk.Box.BoxChild)(this.hbox7[this.image3]));
-               w75.Position = 0;
-               w75.Expand = false;
-               w75.Fill = false;
+               global::Gtk.Box.BoxChild w79 = 
((global::Gtk.Box.BoxChild)(this.hbox7[this.image3]));
+               w79.Position = 0;
+               w79.Expand = false;
+               w79.Fill = false;
// Container child hbox7.Gtk.Box+BoxChild
this.INT_Slim = new global::Gtk.CheckButton ();
this.INT_Slim.CanFocus = true;
@@ -1046,22 +1096,22 @@ public partial class MainWindow
this.INT_Slim.DrawIndicator = true;
this.INT_Slim.UseUnderline = true;
this.hbox7.Add (this.INT_Slim);
-               global::Gtk.Box.BoxChild w76 = 
((global::Gtk.Box.BoxChild)(this.hbox7[this.INT_Slim]));
-               w76.Position = 1;
+               global::Gtk.Box.BoxChild w80 = 
((global::Gtk.Box.BoxChild)(this.hbox7[this.INT_Slim]));
+               w80.Position = 1;
// Container child hbox7.Gtk.Box+BoxChild
this.LIB_SLIM = new global::Gtk.Label ();
this.LIB_SLIM.Name = "LIB_SLIM";
this.LIB_SLIM.LabelProp = global::Mono.Unix.Catalog.GetString ("Not installed");
this.hbox7.Add (this.LIB_SLIM);
-               global::Gtk.Box.BoxChild w77 = 
((global::Gtk.Box.BoxChild)(this.hbox7[this.LIB_SLIM]));
-               w77.Position = 2;
-               w77.Expand = false;
-               w77.Fill = false;
+               global::Gtk.Box.BoxChild w81 = 
((global::Gtk.Box.BoxChild)(this.hbox7[this.LIB_SLIM]));
+               w81.Position = 2;
+               w81.Expand = false;
+               w81.Fill = false;
this.vbox3.Add (this.hbox7);
-               global::Gtk.Box.BoxChild w78 = 
((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox7]));
-               w78.Position = 2;
-               w78.Expand = false;
-               w78.Fill = false;
+               global::Gtk.Box.BoxChild w82 = 
((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox7]));
+               w82.Position = 2;
+               w82.Expand = false;
+               w82.Fill = false;
// Container child vbox3.Gtk.Box+BoxChild
this.hbox9 = new global::Gtk.HBox ();
this.hbox9.Name = "hbox9";
@@ -1071,10 +1121,10 @@ public partial class MainWindow
this.image4.Name = "image4";
this.image4.Pixbuf = global::Gdk.Pixbuf.LoadFromResource 
("frugalmonotools.gnomelogo.png");
this.hbox9.Add (this.image4);
-               global::Gtk.Box.BoxChild w79 = 
((global::Gtk.Box.BoxChild)(this.hbox9[this.image4]));
-               w79.Position = 0;
-               w79.Expand = false;
-               w79.Fill = false;
+               global::Gtk.Box.BoxChild w83 = 
((global::Gtk.Box.BoxChild)(this.hbox9[this.image4]));
+               w83.Position = 0;
+               w83.Expand = false;
+               w83.Fill = false;
// Container child hbox9.Gtk.Box+BoxChild
this.INT_GDM = new global::Gtk.CheckButton ();
this.INT_GDM.CanFocus = true;
@@ -1083,22 +1133,22 @@ public partial class MainWindow
this.INT_GDM.DrawIndicator = true;
this.INT_GDM.UseUnderline = true;
this.hbox9.Add (this.INT_GDM);
-               global::Gtk.Box.BoxChild w80 = 
((global::Gtk.Box.BoxChild)(this.hbox9[this.INT_GDM]));
-               w80.Position = 1;
+               global::Gtk.Box.BoxChild w84 = 
((global::Gtk.Box.BoxChild)(this.hbox9[this.INT_GDM]));
+               w84.Position = 1;
// Container child hbox9.Gtk.Box+BoxChild
this.LIB_GDM = new global::Gtk.Label ();
this.LIB_GDM.Name = "LIB_GDM";
this.LIB_GDM.LabelProp = global::Mono.Unix.Catalog.GetString ("Not installed");
this.hbox9.Add (this.LIB_GDM);
-               global::Gtk.Box.BoxChild w81 = 
((global::Gtk.Box.BoxChild)(this.hbox9[this.LIB_GDM]));
-               w81.Position = 2;
-               w81.Expand = false;
-               w81.Fill = false;
+               global::Gtk.Box.BoxChild w85 = 
((global::Gtk.Box.BoxChild)(this.hbox9[this.LIB_GDM]));
+               w85.Position = 2;
+               w85.Expand = false;
+               w85.Fill = false;
this.vbox3.Add (this.hbox9);
-               global::Gtk.Box.BoxChild w82 = 
((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox9]));
-               w82.Position = 3;
-               w82.Expand = false;
-               w82.Fill = false;
+               global::Gtk.Box.BoxChild w86 = 
((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox9]));
+               w86.Position = 3;
+               w86.Expand = false;
+               w86.Fill = false;
// Container child vbox3.Gtk.Box+BoxChild
this.hbox10 = new global::Gtk.HBox ();
this.hbox10.Name = "hbox10";
@@ -1108,10 +1158,10 @@ public partial class MainWindow
this.image5.Name = "image5";
this.image5.Pixbuf = global::Gdk.Pixbuf.LoadFromResource 
("frugalmonotools.kdelogo.png");
this.hbox10.Add (this.image5);
-               global::Gtk.Box.BoxChild w83 = 
((global::Gtk.Box.BoxChild)(this.hbox10[this.image5]));
-               w83.Position = 0;
-               w83.Expand = false;
-               w83.Fill = false;
+               global::Gtk.Box.BoxChild w87 = 
((global::Gtk.Box.BoxChild)(this.hbox10[this.image5]));
+               w87.Position = 0;
+               w87.Expand = false;
+               w87.Fill = false;
// Container child hbox10.Gtk.Box+BoxChild
this.INT_KDM = new global::Gtk.CheckButton ();
this.INT_KDM.CanFocus = true;
@@ -1120,22 +1170,22 @@ public partial class MainWindow
this.INT_KDM.DrawIndicator = true;
this.INT_KDM.UseUnderline = true;
this.hbox10.Add (this.INT_KDM);
-               global::Gtk.Box.BoxChild w84 = 
((global::Gtk.Box.BoxChild)(this.hbox10[this.INT_KDM]));
-               w84.Position = 1;
+               global::Gtk.Box.BoxChild w88 = 
((global::Gtk.Box.BoxChild)(this.hbox10[this.INT_KDM]));
+               w88.Position = 1;
// Container child hbox10.Gtk.Box+BoxChild
this.LIB_KDM = new global::Gtk.Label ();
this.LIB_KDM.Name = "LIB_KDM";
this.LIB_KDM.LabelProp = global::Mono.Unix.Catalog.GetString ("Not installed");
this.hbox10.Add (this.LIB_KDM);
-               global::Gtk.Box.BoxChild w85 = 
((global::Gtk.Box.BoxChild)(this.hbox10[this.LIB_KDM]));
-               w85.Position = 2;
-               w85.Expand = false;
-               w85.Fill = false;
+               global::Gtk.Box.BoxChild w89 = 
((global::Gtk.Box.BoxChild)(this.hbox10[this.LIB_KDM]));
+               w89.Position = 2;
+               w89.Expand = false;
+               w89.Fill = false;
this.vbox3.Add (this.hbox10);
-               global::Gtk.Box.BoxChild w86 = 
((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox10]));
-               w86.Position = 4;
-               w86.Expand = false;
-               w86.Fill = false;
+               global::Gtk.Box.BoxChild w90 = 
((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox10]));
+               w90.Position = 4;
+               w90.Expand = false;
+               w90.Fill = false;
// Container child vbox3.Gtk.Box+BoxChild
this.hbox8 = new global::Gtk.HBox ();
this.hbox8.Name = "hbox8";
@@ -1147,19 +1197,19 @@ public partial class MainWindow
this.BTN_LoginManager.UseUnderline = true;
this.BTN_LoginManager.Label = global::Mono.Unix.Catalog.GetString ("Apply");
this.hbox8.Add (this.BTN_LoginManager);
-               global::Gtk.Box.BoxChild w87 = 
((global::Gtk.Box.BoxChild)(this.hbox8[this.BTN_LoginManager]));
-               w87.Position = 2;
-               w87.Expand = false;
-               w87.Fill = false;
+               global::Gtk.Box.BoxChild w91 = 
((global::Gtk.Box.BoxChild)(this.hbox8[this.BTN_LoginManager]));
+               w91.Position = 2;
+               w91.Expand = false;
+               w91.Fill = false;
this.vbox3.Add (this.hbox8);
-               global::Gtk.Box.BoxChild w88 = 
((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox8]));
-               w88.PackType = ((global::Gtk.PackType)(1));
-               w88.Position = 5;
-               w88.Expand = false;
-               w88.Fill = false;
+               global::Gtk.Box.BoxChild w92 = 
((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox8]));
+               w92.PackType = ((global::Gtk.PackType)(1));
+               w92.Position = 5;
+               w92.Expand = false;
+               w92.Fill = false;
this.ONG_principal.Add (this.vbox3);
-               global::Gtk.Notebook.NotebookChild w89 = 
((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox3]));
-               w89.Position = 6;
+               global::Gtk.Notebook.NotebookChild w93 = 
((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox3]));
+               w93.Position = 7;
// Notebook tab
this.LIB_LoginManager = new global::Gtk.Label ();
this.LIB_LoginManager.Name = "LIB_LoginManager";
@@ -1175,10 +1225,10 @@ public partial class MainWindow
this.label7.Name = "label7";
this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("Frugalware 
provide some helps supports :\n\nForums : http://forums.frugalware.org\n\nWiki 
: http://wiki.frugalware.org\n\nirc : irc.freenode.net channel #frugalware");
this.vbox9.Add (this.label7);
-               global::Gtk.Box.BoxChild w90 = 
((global::Gtk.Box.BoxChild)(this.vbox9[this.label7]));
-               w90.Position = 0;
-               w90.Expand = false;
-               w90.Fill = false;
+               global::Gtk.Box.BoxChild w94 = 
((global::Gtk.Box.BoxChild)(this.vbox9[this.label7]));
+               w94.Position = 0;
+               w94.Expand = false;
+               w94.Fill = false;
// Container child vbox9.Gtk.Box+BoxChild
this.hbox23 = new global::Gtk.HBox ();
this.hbox23.Name = "hbox23";
@@ -1190,10 +1240,10 @@ public partial class MainWindow
this.BTN_Irc.UseUnderline = true;
this.BTN_Irc.Label = global::Mono.Unix.Catalog.GetString ("Join #frugalware");
this.hbox23.Add (this.BTN_Irc);
-               global::Gtk.Box.BoxChild w91 = 
((global::Gtk.Box.BoxChild)(this.hbox23[this.BTN_Irc]));
-               w91.Position = 0;
-               w91.Expand = false;
-               w91.Fill = false;
+               global::Gtk.Box.BoxChild w95 = 
((global::Gtk.Box.BoxChild)(this.hbox23[this.BTN_Irc]));
+               w95.Position = 0;
+               w95.Expand = false;
+               w95.Fill = false;
// Container child hbox23.Gtk.Box+BoxChild
this.BTN_Irc1 = new global::Gtk.Button ();
this.BTN_Irc1.CanFocus = true;
@@ -1201,10 +1251,10 @@ public partial class MainWindow
this.BTN_Irc1.UseUnderline = true;
this.BTN_Irc1.Label = global::Mono.Unix.Catalog.GetString ("Join 
#frugalware.fr");
this.hbox23.Add (this.BTN_Irc1);
-               global::Gtk.Box.BoxChild w92 = 
((global::Gtk.Box.BoxChild)(this.hbox23[this.BTN_Irc1]));
-               w92.Position = 1;
-               w92.Expand = false;
-               w92.Fill = false;
+               global::Gtk.Box.BoxChild w96 = 
((global::Gtk.Box.BoxChild)(this.hbox23[this.BTN_Irc1]));
+               w96.Position = 1;
+               w96.Expand = false;
+               w96.Fill = false;
// Container child hbox23.Gtk.Box+BoxChild
this.BTN_Irc2 = new global::Gtk.Button ();
this.BTN_Irc2.CanFocus = true;
@@ -1212,15 +1262,15 @@ public partial class MainWindow
this.BTN_Irc2.UseUnderline = true;
this.BTN_Irc2.Label = global::Mono.Unix.Catalog.GetString ("Join 
#frugalware.hu");
this.hbox23.Add (this.BTN_Irc2);
-               global::Gtk.Box.BoxChild w93 = 
((global::Gtk.Box.BoxChild)(this.hbox23[this.BTN_Irc2]));
-               w93.Position = 2;
-               w93.Expand = false;
-               w93.Fill = false;
+               global::Gtk.Box.BoxChild w97 = 
((global::Gtk.Box.BoxChild)(this.hbox23[this.BTN_Irc2]));
+               w97.Position = 2;
+               w97.Expand = false;
+               w97.Fill = false;
this.vbox9.Add (this.hbox23);
-               global::Gtk.Box.BoxChild w94 = 
((global::Gtk.Box.BoxChild)(this.vbox9[this.hbox23]));
-               w94.Position = 1;
-               w94.Expand = false;
-               w94.Fill = false;
+               global::Gtk.Box.BoxChild w98 = 
((global::Gtk.Box.BoxChild)(this.vbox9[this.hbox23]));
+               w98.Position = 1;
+               w98.Expand = false;
+               w98.Fill = false;
// Container child vbox9.Gtk.Box+BoxChild
this.BTN_Forums = new global::Gtk.Button ();
this.BTN_Forums.CanFocus = true;
@@ -1228,10 +1278,10 @@ public partial class MainWindow
this.BTN_Forums.UseUnderline = true;
this.BTN_Forums.Label = global::Mono.Unix.Catalog.GetString ("Forums 
Frugalware");
this.vbox9.Add (this.BTN_Forums);
-               global::Gtk.Box.BoxChild w95 = 
((global::Gtk.Box.BoxChild)(this.vbox9[this.BTN_Forums]));
-               w95.Position = 2;
-               w95.Expand = false;
-               w95.Fill = false;
+               global::Gtk.Box.BoxChild w99 = 
((global::Gtk.Box.BoxChild)(this.vbox9[this.BTN_Forums]));
+               w99.Position = 2;
+               w99.Expand = false;
+               w99.Fill = false;
// Container child vbox9.Gtk.Box+BoxChild
this.BTN_Wiki = new global::Gtk.Button ();
this.BTN_Wiki.CanFocus = true;
@@ -1239,10 +1289,10 @@ public partial class MainWindow
this.BTN_Wiki.UseUnderline = true;
this.BTN_Wiki.Label = global::Mono.Unix.Catalog.GetString ("Wiki Frugalware");
this.vbox9.Add (this.BTN_Wiki);
-               global::Gtk.Box.BoxChild w96 = 
((global::Gtk.Box.BoxChild)(this.vbox9[this.BTN_Wiki]));
-               w96.Position = 3;
-               w96.Expand = false;
-               w96.Fill = false;
+               global::Gtk.Box.BoxChild w100 = 
((global::Gtk.Box.BoxChild)(this.vbox9[this.BTN_Wiki]));
+               w100.Position = 3;
+               w100.Expand = false;
+               w100.Fill = false;
// Container child vbox9.Gtk.Box+BoxChild
this.BTN_Bugs = new global::Gtk.Button ();
this.BTN_Bugs.CanFocus = true;
@@ -1250,19 +1300,19 @@ public partial class MainWindow
this.BTN_Bugs.UseUnderline = true;
this.BTN_Bugs.Label = global::Mono.Unix.Catalog.GetString ("Bugs tracker");
this.vbox9.Add (this.BTN_Bugs);
-               global::Gtk.Box.BoxChild w97 = 
((global::Gtk.Box.BoxChild)(this.vbox9[this.BTN_Bugs]));
-               w97.Position = 4;
-               w97.Expand = false;
-               w97.Fill = false;
+               global::Gtk.Box.BoxChild w101 = 
((global::Gtk.Box.BoxChild)(this.vbox9[this.BTN_Bugs]));
+               w101.Position = 4;
+               w101.Expand = false;
+               w101.Fill = false;
// Container child vbox9.Gtk.Box+BoxChild
this.label8 = new global::Gtk.Label ();
this.label8.Name = "label8";
this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("Internationalized 
Frugalware sites");
this.vbox9.Add (this.label8);
-               global::Gtk.Box.BoxChild w98 = 
((global::Gtk.Box.BoxChild)(this.vbox9[this.label8]));
-               w98.Position = 5;
-               w98.Expand = false;
-               w98.Fill = false;
+               global::Gtk.Box.BoxChild w102 = 
((global::Gtk.Box.BoxChild)(this.vbox9[this.label8]));
+               w102.Position = 5;
+               w102.Expand = false;
+               w102.Fill = false;
// Container child vbox9.Gtk.Box+BoxChild
this.BTN_French = new global::Gtk.Button ();
this.BTN_French.CanFocus = true;
@@ -1270,10 +1320,10 @@ public partial class MainWindow
this.BTN_French.UseUnderline = true;
this.BTN_French.Label = global::Mono.Unix.Catalog.GetString ("French");
this.vbox9.Add (this.BTN_French);
-               global::Gtk.Box.BoxChild w99 = 
((global::Gtk.Box.BoxChild)(this.vbox9[this.BTN_French]));
-               w99.Position = 6;
-               w99.Expand = false;
-               w99.Fill = false;
+               global::Gtk.Box.BoxChild w103 = 
((global::Gtk.Box.BoxChild)(this.vbox9[this.BTN_French]));
+               w103.Position = 6;
+               w103.Expand = false;
+               w103.Fill = false;
// Container child vbox9.Gtk.Box+BoxChild
this.BTN_Danish = new global::Gtk.Button ();
this.BTN_Danish.CanFocus = true;
@@ -1281,19 +1331,19 @@ public partial class MainWindow
this.BTN_Danish.UseUnderline = true;
this.BTN_Danish.Label = global::Mono.Unix.Catalog.GetString ("Danish");
this.vbox9.Add (this.BTN_Danish);
-               global::Gtk.Box.BoxChild w100 = 
((global::Gtk.Box.BoxChild)(this.vbox9[this.BTN_Danish]));
-               w100.Position = 7;
-               w100.Expand = false;
-               w100.Fill = false;
+               global::Gtk.Box.BoxChild w104 = 
((global::Gtk.Box.BoxChild)(this.vbox9[this.BTN_Danish]));
+               w104.Position = 7;
+               w104.Expand = false;
+               w104.Fill = false;
this.ONG_principal.Add (this.vbox9);
-               global::Gtk.Notebook.NotebookChild w101 = 
((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox9]));
-               w101.Position = 7;
+               global::Gtk.Notebook.NotebookChild w105 = 
((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox9]));
+               w105.Position = 8;
// Notebook tab
-               this.label6 = new global::Gtk.Label ();
-               this.label6.Name = "label6";
-               this.label6.LabelProp = global::Mono.Unix.Catalog.GetString 
("Support");
-               this.ONG_principal.SetTabLabel (this.vbox9, this.label6);
-               this.label6.ShowAll ();
+               this.label9 = new global::Gtk.Label ();
+               this.label9.Name = "label9";
+               this.label9.LabelProp = global::Mono.Unix.Catalog.GetString 
("Support");
+               this.ONG_principal.SetTabLabel (this.vbox9, this.label9);
+               this.label9.ShowAll ();
// Container child ONG_principal.Gtk.Notebook+NotebookChild
this.vbox5 = new global::Gtk.VBox ();
this.vbox5.Name = "vbox5";
@@ -1302,18 +1352,18 @@ public partial class MainWindow
this.CBO_TitleNews = global::Gtk.ComboBox.NewText ();
this.CBO_TitleNews.Name = "CBO_TitleNews";
this.vbox5.Add (this.CBO_TitleNews);
-               global::Gtk.Box.BoxChild w102 = 
((global::Gtk.Box.BoxChild)(this.vbox5[this.CBO_TitleNews]));
-               w102.Position = 0;
-               w102.Expand = false;
-               w102.Fill = false;
+               global::Gtk.Box.BoxChild w106 = 
((global::Gtk.Box.BoxChild)(this.vbox5[this.CBO_TitleNews]));
+               w106.Position = 0;
+               w106.Expand = false;
+               w106.Fill = false;
// Container child vbox5.Gtk.Box+BoxChild
this.LIB_Titre = new global::Gtk.Label ();
this.LIB_Titre.Name = "LIB_Titre";
this.vbox5.Add (this.LIB_Titre);
-               global::Gtk.Box.BoxChild w103 = 
((global::Gtk.Box.BoxChild)(this.vbox5[this.LIB_Titre]));
-               w103.Position = 1;
-               w103.Expand = false;
-               w103.Fill = false;
+               global::Gtk.Box.BoxChild w107 = 
((global::Gtk.Box.BoxChild)(this.vbox5[this.LIB_Titre]));
+               w107.Position = 1;
+               w107.Expand = false;
+               w107.Fill = false;
// Container child vbox5.Gtk.Box+BoxChild
this.BTN_Link = new global::Gtk.Button ();
this.BTN_Link.CanFocus = true;
@@ -1321,13 +1371,13 @@ public partial class MainWindow
this.BTN_Link.UseUnderline = true;
this.BTN_Link.Label = global::Mono.Unix.Catalog.GetString 
("http://www.frugalware.org";);
this.vbox5.Add (this.BTN_Link);
-               global::Gtk.Box.BoxChild w104 = 
((global::Gtk.Box.BoxChild)(this.vbox5[this.BTN_Link]));
-               w104.Position = 3;
-               w104.Expand = false;
-               w104.Fill = false;
+               global::Gtk.Box.BoxChild w108 = 
((global::Gtk.Box.BoxChild)(this.vbox5[this.BTN_Link]));
+               w108.Position = 3;
+               w108.Expand = false;
+               w108.Fill = false;
this.ONG_principal.Add (this.vbox5);
-               global::Gtk.Notebook.NotebookChild w105 = 
((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox5]));
-               w105.Position = 8;
+               global::Gtk.Notebook.NotebookChild w109 = 
((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox5]));
+               w109.Position = 9;
// Notebook tab
this.LIB_News = new global::Gtk.Label ();
this.LIB_News.Name = "LIB_News";
@@ -1346,10 +1396,10 @@ public partial class MainWindow
this.INT_CheckStartup.DrawIndicator = true;
this.INT_CheckStartup.UseUnderline = true;
this.vbox8.Add (this.INT_CheckStartup);
-               global::Gtk.Box.BoxChild w106 = 
((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_CheckStartup]));
-               w106.Position = 0;
-               w106.Expand = false;
-               w106.Fill = false;
+               global::Gtk.Box.BoxChild w110 = 
((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_CheckStartup]));
+               w110.Position = 0;
+               w110.Expand = false;
+               w110.Fill = false;
// Container child vbox8.Gtk.Box+BoxChild
this.INT_StartWithXSession = new global::Gtk.CheckButton ();
this.INT_StartWithXSession.CanFocus = true;
@@ -1359,10 +1409,10 @@ public partial class MainWindow
this.INT_StartWithXSession.DrawIndicator = true;
this.INT_StartWithXSession.UseUnderline = true;
this.vbox8.Add (this.INT_StartWithXSession);
-               global::Gtk.Box.BoxChild w107 = 
((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_StartWithXSession]));
-               w107.Position = 1;
-               w107.Expand = false;
-               w107.Fill = false;
+               global::Gtk.Box.BoxChild w111 = 
((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_StartWithXSession]));
+               w111.Position = 1;
+               w111.Expand = false;
+               w111.Fill = false;
// Container child vbox8.Gtk.Box+BoxChild
this.INT_ShowNotif = new global::Gtk.CheckButton ();
this.INT_ShowNotif.CanFocus = true;
@@ -1372,10 +1422,10 @@ public partial class MainWindow
this.INT_ShowNotif.DrawIndicator = true;
this.INT_ShowNotif.UseUnderline = true;
this.vbox8.Add (this.INT_ShowNotif);
-               global::Gtk.Box.BoxChild w108 = 
((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_ShowNotif]));
-               w108.Position = 2;
-               w108.Expand = false;
-               w108.Fill = false;
+               global::Gtk.Box.BoxChild w112 = 
((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_ShowNotif]));
+               w112.Position = 2;
+               w112.Expand = false;
+               w112.Fill = false;
// Container child vbox8.Gtk.Box+BoxChild
this.INT_ShowSplash = new global::Gtk.CheckButton ();
this.INT_ShowSplash.CanFocus = true;
@@ -1385,10 +1435,10 @@ public partial class MainWindow
this.INT_ShowSplash.DrawIndicator = true;
this.INT_ShowSplash.UseUnderline = true;
this.vbox8.Add (this.INT_ShowSplash);
-               global::Gtk.Box.BoxChild w109 = 
((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_ShowSplash]));
-               w109.Position = 3;
-               w109.Expand = false;
-               w109.Fill = false;
+               global::Gtk.Box.BoxChild w113 = 
((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_ShowSplash]));
+               w113.Position = 3;
+               w113.Expand = false;
+               w113.Fill = false;
// Container child vbox8.Gtk.Box+BoxChild
this.hbox21 = new global::Gtk.HBox ();
this.hbox21.Name = "hbox21";
@@ -1400,18 +1450,18 @@ public partial class MainWindow
this.BTN_SaveConf.UseUnderline = true;
this.BTN_SaveConf.Label = global::Mono.Unix.Catalog.GetString ("Apply");
this.hbox21.Add (this.BTN_SaveConf);
-               global::Gtk.Box.BoxChild w110 = 
((global::Gtk.Box.BoxChild)(this.hbox21[this.BTN_SaveConf]));
-               w110.Position = 2;
-               w110.Expand = false;
-               w110.Fill = false;
+               global::Gtk.Box.BoxChild w114 = 
((global::Gtk.Box.BoxChild)(this.hbox21[this.BTN_SaveConf]));
+               w114.Position = 2;
+               w114.Expand = false;
+               w114.Fill = false;
this.vbox8.Add (this.hbox21);
-               global::Gtk.Box.BoxChild w111 = 
((global::Gtk.Box.BoxChild)(this.vbox8[this.hbox21]));
-               w111.Position = 5;
-               w111.Expand = false;
-               w111.Fill = false;
+               global::Gtk.Box.BoxChild w115 = 
((global::Gtk.Box.BoxChild)(this.vbox8[this.hbox21]));
+               w115.Position = 5;
+               w115.Expand = false;
+               w115.Fill = false;
this.ONG_principal.Add (this.vbox8);
-               global::Gtk.Notebook.NotebookChild w112 = 
((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox8]));
-               w112.Position = 9;
+               global::Gtk.Notebook.NotebookChild w116 = 
((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox8]));
+               w116.Position = 10;
// Notebook tab
this.Configuration = new global::Gtk.Label ();
this.Configuration.Name = "Configuration";
@@ -1429,19 +1479,19 @@ public partial class MainWindow
this.textview2.Name = "textview2";
this.GtkScrolledWindow2.Add (this.textview2);
this.ONG_principal.Add (this.GtkScrolledWindow2);
-               global::Gtk.Notebook.NotebookChild w114 = 
((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.GtkScrolledWindow2]));
-               w114.Position = 10;
+               global::Gtk.Notebook.NotebookChild w118 = 
((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.GtkScrolledWindow2]));
+               w118.Position = 11;
// Notebook tab
-               this.label9 = new global::Gtk.Label ();
-               this.label9.Name = "label9";
-               this.label9.LabelProp = global::Mono.Unix.Catalog.GetString 
("About");
-               this.ONG_principal.SetTabLabel (this.GtkScrolledWindow2, 
this.label9);
-               this.label9.ShowAll ();
+               this.label10 = new global::Gtk.Label ();
+               this.label10.Name = "label10";
+               this.label10.LabelProp = global::Mono.Unix.Catalog.GetString 
("About");
+               this.ONG_principal.SetTabLabel (this.GtkScrolledWindow2, 
this.label10);
+               this.label10.ShowAll ();
this.Add (this.ONG_principal);
if ((this.Child != null)) {
this.Child.ShowAll ();
}
-               this.DefaultWidth = 735;
+               this.DefaultWidth = 749;
this.DefaultHeight = 414;
this.BTN_Hide.Hide ();
this.BTN_Setup.Hide ();
diff --git a/frugal-mono-tools/gtk-gui/gui.stetic 
b/frugal-mono-tools/gtk-gui/gui.stetic
index 5cb0d5d..df04af0 100644
--- a/frugal-mono-tools/gtk-gui/gui.stetic
+++ b/frugal-mono-tools/gtk-gui/gui.stetic
@@ -513,7 +513,43 @@ ztv</property>
<property name="MemberName" />
<property name="Spacing">6</property>
<child>
-              <placeholder />
+              <widget class="Gtk.HBox" id="hbox24">
+                <property name="MemberName" />
+                <property name="Spacing">6</property>
+                <child>
+                  <widget class="Gtk.Label" id="label11">
+                    <property name="MemberName" />
+                    <property name="LabelProp" 
translatable="yes">hostname</property>
+                  </widget>
+                  <packing>
+                    <property name="Position">0</property>
+                    <property name="AutoSize">True</property>
+                    <property name="Expand">False</property>
+                    <property name="Fill">False</property>
+                  </packing>
+                </child>
+                <child>
+                  <placeholder />
+                </child>
+                <child>
+                  <widget class="Gtk.Entry" id="SAI_Host">
+                    <property name="MemberName" />
+                    <property name="CanFocus">True</property>
+                    <property name="IsEditable">True</property>
+                    <property name="InvisibleChar">•</property>
+                  </widget>
+                  <packing>
+                    <property name="Position">2</property>
+                    <property name="AutoSize">True</property>
+                  </packing>
+                </child>
+              </widget>
+              <packing>
+                <property name="Position">0</property>
+                <property name="AutoSize">True</property>
+                <property name="Expand">False</property>
+                <property name="Fill">False</property>
+              </packing>
</child>
<child>
<placeholder />
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to