Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez Gual <lluis@novell.com>2010-11-24 21:55:13 +0300
committerLluis Sanchez Gual <lluis@novell.com>2010-11-24 21:55:13 +0300
commit14bdc982fe871e3af44405e6246914047c7283b5 (patch)
treea92cd1f7b3ceea41277f5a62af5877de62a9c155
parent93be9bf077bdb3008c404450be459db14fb6908d (diff)
Flush.
-rw-r--r--Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinInfoDialog.cs19
-rw-r--r--Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinInstallDialog.cs135
-rw-r--r--Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinInstallerDialog.cs29
-rw-r--r--Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinManagerDialog.cs66
-rw-r--r--Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.ErrorDialog.cs25
-rw-r--r--Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.ManageSitesDialog.cs18
-rw-r--r--Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.NewSiteDialog.cs49
-rw-r--r--Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.ProgressDialog.cs19
-rw-r--r--Mono.Addins.Gui/gtk-gui/generated.cs4
9 files changed, 127 insertions, 237 deletions
diff --git a/Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinInfoDialog.cs b/Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinInfoDialog.cs
index 1f01c15..273aee6 100644
--- a/Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinInfoDialog.cs
+++ b/Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinInfoDialog.cs
@@ -5,15 +5,10 @@ namespace Mono.Addins.Gui
internal partial class AddinInfoDialog
{
private global::Gtk.HBox hbox81;
-
private global::Gtk.VBox vbox94;
-
private global::Gtk.Image packageImage;
-
private global::Gtk.ScrolledWindow scrolledwindow22;
-
private global::Gtk.Label infoLabel;
-
private global::Gtk.Button closebutton3;
protected virtual void Build ()
@@ -42,12 +37,12 @@ namespace Mono.Addins.Gui
this.packageImage = new global::Gtk.Image ();
this.packageImage.Name = "packageImage";
this.vbox94.Add (this.packageImage);
- global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox94[this.packageImage]));
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox94 [this.packageImage]));
w2.Position = 0;
w2.Expand = false;
w2.Fill = false;
this.hbox81.Add (this.vbox94);
- global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox81[this.vbox94]));
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox81 [this.vbox94]));
w3.Position = 0;
w3.Expand = false;
w3.Fill = false;
@@ -64,17 +59,17 @@ namespace Mono.Addins.Gui
this.infoLabel.Name = "infoLabel";
this.infoLabel.Xpad = 6;
this.infoLabel.Ypad = 6;
- this.infoLabel.Xalign = 0f;
- this.infoLabel.Yalign = 0f;
+ this.infoLabel.Xalign = 0F;
+ this.infoLabel.Yalign = 0F;
this.infoLabel.LabelProp = "aa a a a a a a a a aa a a a a aaa a a a a a a a a aa a a a a aaa a a a a a a a a aa a a a a a";
this.infoLabel.Wrap = true;
w4.Add (this.infoLabel);
this.scrolledwindow22.Add (w4);
this.hbox81.Add (this.scrolledwindow22);
- global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox81[this.scrolledwindow22]));
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox81 [this.scrolledwindow22]));
w7.Position = 1;
w1.Add (this.hbox81);
- global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(w1[this.hbox81]));
+ global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox81]));
w8.Position = 0;
// Internal child Mono.Addins.Gui.AddinInfoDialog.ActionArea
global::Gtk.HButtonBox w9 = this.ActionArea;
@@ -91,7 +86,7 @@ namespace Mono.Addins.Gui
this.closebutton3.UseUnderline = true;
this.closebutton3.Label = "gtk-close";
this.AddActionWidget (this.closebutton3, -7);
- global::Gtk.ButtonBox.ButtonBoxChild w10 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w9[this.closebutton3]));
+ global::Gtk.ButtonBox.ButtonBoxChild w10 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w9 [this.closebutton3]));
w10.Expand = false;
w10.Fill = false;
if ((this.Child != null)) {
diff --git a/Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinInstallDialog.cs b/Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinInstallDialog.cs
index f7f8f1c..a574b9b 100644
--- a/Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinInstallDialog.cs
+++ b/Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinInstallDialog.cs
@@ -5,91 +5,48 @@ namespace Mono.Addins.Gui
internal partial class AddinInstallDialog
{
private global::Gtk.Notebook wizardNotebook;
-
private global::Gtk.VBox vbox82;
-
private global::Gtk.Label label113;
-
private global::Gtk.HBox hbox66;
-
private global::Gtk.Label label112;
-
private global::Gtk.ComboBox repoCombo;
-
private global::Gtk.Button button1;
-
private global::Gtk.Button btnManageSites;
-
private global::Gtk.HBox hbox70;
-
private global::Gtk.VBox vbox92;
-
private global::Gtk.ScrolledWindow scrolledwindow18;
-
private global::Gtk.TreeView addinTree;
-
private global::Gtk.HBox hbox83;
-
private global::Gtk.ComboBox filterComboBox;
-
private global::Gtk.Button btnInfo;
-
private global::Gtk.Button btnUnselectAll;
-
private global::Gtk.Button btnSelectAll;
-
private global::Gtk.Label label108;
-
private global::Gtk.ScrolledWindow scrolledwindow19;
-
private global::Gtk.HBox hbox82;
-
private global::Gtk.Image imageInstall;
-
private global::Gtk.Label labelSummary;
-
private global::Gtk.Label label124;
-
private global::Gtk.VBox vbox86;
-
private global::Gtk.Label label1;
-
private global::Gtk.Label globalProgressLabel;
-
private global::Gtk.ProgressBar mainProgressBar;
-
private global::Gtk.Label label2;
-
private global::Gtk.Label label110;
-
private global::Gtk.ScrolledWindow scrolledwindow20;
-
private global::Gtk.VBox vbox91;
-
private global::Gtk.Label label130;
-
private global::Gtk.Image imageError;
-
private global::Gtk.Image imageWarn;
-
private global::Gtk.Image imageInfo;
-
private global::Gtk.HBox hbox71;
-
private global::Gtk.Label labelResult;
-
private global::Gtk.Label label131;
-
private global::Gtk.Label label111;
-
private global::Gtk.HButtonBox dialog_action_area9;
-
private global::Gtk.Button btnCancel;
-
private global::Gtk.Button btnPrev;
-
private global::Gtk.Button btnNext;
-
private global::Gtk.Button btnOk;
protected virtual void Build ()
@@ -122,11 +79,11 @@ namespace Mono.Addins.Gui
// Container child vbox82.Gtk.Box+BoxChild
this.label113 = new global::Gtk.Label ();
this.label113.Name = "label113";
- this.label113.Xalign = 0f;
+ this.label113.Xalign = 0F;
this.label113.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Select the add-ins to install and click on Next</b>");
this.label113.UseMarkup = true;
this.vbox82.Add (this.label113);
- global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox82[this.label113]));
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox82 [this.label113]));
w2.Position = 0;
w2.Expand = false;
w2.Fill = false;
@@ -139,7 +96,7 @@ namespace Mono.Addins.Gui
this.label112.Name = "label112";
this.label112.LabelProp = global::Mono.Unix.Catalog.GetString ("Install from:");
this.hbox66.Add (this.label112);
- global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox66[this.label112]));
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox66 [this.label112]));
w3.Position = 0;
w3.Expand = false;
w3.Fill = false;
@@ -147,7 +104,7 @@ namespace Mono.Addins.Gui
this.repoCombo = new global::Gtk.ComboBox ();
this.repoCombo.Name = "repoCombo";
this.hbox66.Add (this.repoCombo);
- global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox66[this.repoCombo]));
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox66 [this.repoCombo]));
w4.Position = 1;
// Container child hbox66.Gtk.Box+BoxChild
this.button1 = new global::Gtk.Button ();
@@ -157,7 +114,7 @@ namespace Mono.Addins.Gui
this.button1.UseUnderline = true;
this.button1.Label = "gtk-refresh";
this.hbox66.Add (this.button1);
- global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox66[this.button1]));
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox66 [this.button1]));
w5.Position = 2;
w5.Expand = false;
w5.Fill = false;
@@ -168,12 +125,12 @@ namespace Mono.Addins.Gui
this.btnManageSites.UseUnderline = true;
this.btnManageSites.Label = global::Mono.Unix.Catalog.GetString ("_Repositories...");
this.hbox66.Add (this.btnManageSites);
- global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox66[this.btnManageSites]));
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox66 [this.btnManageSites]));
w6.Position = 3;
w6.Expand = false;
w6.Fill = false;
this.vbox82.Add (this.hbox66);
- global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox82[this.hbox66]));
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox82 [this.hbox66]));
w7.Position = 1;
w7.Expand = false;
w7.Fill = false;
@@ -196,7 +153,7 @@ namespace Mono.Addins.Gui
this.addinTree.Name = "addinTree";
this.scrolledwindow18.Add (this.addinTree);
this.vbox92.Add (this.scrolledwindow18);
- global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox92[this.scrolledwindow18]));
+ global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox92 [this.scrolledwindow18]));
w9.Position = 0;
// Container child vbox92.Gtk.Box+BoxChild
this.hbox83 = new global::Gtk.HBox ();
@@ -209,7 +166,7 @@ namespace Mono.Addins.Gui
this.filterComboBox.AppendText (global::Mono.Unix.Catalog.GetString ("Show updates only"));
this.filterComboBox.Name = "filterComboBox";
this.hbox83.Add (this.filterComboBox);
- global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox83[this.filterComboBox]));
+ global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox83 [this.filterComboBox]));
w10.Position = 0;
w10.Expand = false;
w10.Fill = false;
@@ -221,7 +178,7 @@ namespace Mono.Addins.Gui
this.btnInfo.UseUnderline = true;
this.btnInfo.Label = "gtk-dialog-info";
this.hbox83.Add (this.btnInfo);
- global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox83[this.btnInfo]));
+ global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox83 [this.btnInfo]));
w11.PackType = ((global::Gtk.PackType)(1));
w11.Position = 1;
w11.Expand = false;
@@ -233,7 +190,7 @@ namespace Mono.Addins.Gui
this.btnUnselectAll.UseUnderline = true;
this.btnUnselectAll.Label = global::Mono.Unix.Catalog.GetString ("_Unselect All");
this.hbox83.Add (this.btnUnselectAll);
- global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox83[this.btnUnselectAll]));
+ global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox83 [this.btnUnselectAll]));
w12.PackType = ((global::Gtk.PackType)(1));
w12.Position = 2;
w12.Expand = false;
@@ -245,21 +202,21 @@ namespace Mono.Addins.Gui
this.btnSelectAll.UseUnderline = true;
this.btnSelectAll.Label = global::Mono.Unix.Catalog.GetString ("Select _All");
this.hbox83.Add (this.btnSelectAll);
- global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox83[this.btnSelectAll]));
+ global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox83 [this.btnSelectAll]));
w13.PackType = ((global::Gtk.PackType)(1));
w13.Position = 3;
w13.Expand = false;
w13.Fill = false;
this.vbox92.Add (this.hbox83);
- global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox92[this.hbox83]));
+ global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox92 [this.hbox83]));
w14.Position = 1;
w14.Expand = false;
w14.Fill = false;
this.hbox70.Add (this.vbox92);
- global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox70[this.vbox92]));
+ global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox70 [this.vbox92]));
w15.Position = 0;
this.vbox82.Add (this.hbox70);
- global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox82[this.hbox70]));
+ global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox82 [this.hbox70]));
w16.Position = 2;
this.wizardNotebook.Add (this.vbox82);
// Notebook tab
@@ -282,11 +239,11 @@ namespace Mono.Addins.Gui
// Container child hbox82.Gtk.Box+BoxChild
this.imageInstall = new global::Gtk.Image ();
this.imageInstall.Name = "imageInstall";
- this.imageInstall.Xalign = 0f;
- this.imageInstall.Yalign = 0f;
+ this.imageInstall.Xalign = 0F;
+ this.imageInstall.Yalign = 0F;
this.imageInstall.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-dialog-warning", global::Gtk.IconSize.Dialog);
this.hbox82.Add (this.imageInstall);
- global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox82[this.imageInstall]));
+ global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox82 [this.imageInstall]));
w19.Position = 0;
w19.Expand = false;
w19.Fill = false;
@@ -295,20 +252,20 @@ namespace Mono.Addins.Gui
this.labelSummary.Name = "labelSummary";
this.labelSummary.Xpad = 6;
this.labelSummary.Ypad = 6;
- this.labelSummary.Xalign = 0f;
- this.labelSummary.Yalign = 0f;
+ this.labelSummary.Xalign = 0F;
+ this.labelSummary.Yalign = 0F;
this.labelSummary.LabelProp = "<b>The following add-ins will be installed:</b>\n\nC# language binding\nC# language IDE extension\n\n<b>The following add-ins are required by the selected add-ins</b>\n\nNUnit add-in\nNAnt add-in\n\nasd\nasd\na\nsd\nasd\nasd\na\nsda\nsd\nas\nda\nsd\nasd\n";
this.labelSummary.UseMarkup = true;
this.labelSummary.Wrap = true;
this.hbox82.Add (this.labelSummary);
- global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox82[this.labelSummary]));
+ global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox82 [this.labelSummary]));
w20.Position = 1;
w20.Expand = false;
w20.Fill = false;
w18.Add (this.hbox82);
this.scrolledwindow19.Add (w18);
this.wizardNotebook.Add (this.scrolledwindow19);
- global::Gtk.Notebook.NotebookChild w23 = ((global::Gtk.Notebook.NotebookChild)(this.wizardNotebook[this.scrolledwindow19]));
+ global::Gtk.Notebook.NotebookChild w23 = ((global::Gtk.Notebook.NotebookChild)(this.wizardNotebook [this.scrolledwindow19]));
w23.Position = 1;
// Notebook tab
this.label124 = new global::Gtk.Label ();
@@ -325,16 +282,16 @@ namespace Mono.Addins.Gui
this.label1 = new global::Gtk.Label ();
this.label1.Name = "label1";
this.vbox86.Add (this.label1);
- global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox86[this.label1]));
+ global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox86 [this.label1]));
w24.Position = 0;
// Container child vbox86.Gtk.Box+BoxChild
this.globalProgressLabel = new global::Gtk.Label ();
this.globalProgressLabel.Name = "globalProgressLabel";
- this.globalProgressLabel.Xalign = 0f;
+ this.globalProgressLabel.Xalign = 0F;
this.globalProgressLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Overall Progress:");
this.globalProgressLabel.Ellipsize = ((global::Pango.EllipsizeMode)(3));
this.vbox86.Add (this.globalProgressLabel);
- global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox86[this.globalProgressLabel]));
+ global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox86 [this.globalProgressLabel]));
w25.Position = 1;
w25.Expand = false;
w25.Fill = false;
@@ -343,7 +300,7 @@ namespace Mono.Addins.Gui
this.mainProgressBar.Name = "mainProgressBar";
this.mainProgressBar.PulseStep = 10000000149;
this.vbox86.Add (this.mainProgressBar);
- global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox86[this.mainProgressBar]));
+ global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox86 [this.mainProgressBar]));
w26.Position = 2;
w26.Expand = false;
w26.Fill = false;
@@ -351,10 +308,10 @@ namespace Mono.Addins.Gui
this.label2 = new global::Gtk.Label ();
this.label2.Name = "label2";
this.vbox86.Add (this.label2);
- global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox86[this.label2]));
+ global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox86 [this.label2]));
w27.Position = 3;
this.wizardNotebook.Add (this.vbox86);
- global::Gtk.Notebook.NotebookChild w28 = ((global::Gtk.Notebook.NotebookChild)(this.wizardNotebook[this.vbox86]));
+ global::Gtk.Notebook.NotebookChild w28 = ((global::Gtk.Notebook.NotebookChild)(this.wizardNotebook [this.vbox86]));
w28.Position = 2;
// Notebook tab
this.label110 = new global::Gtk.Label ();
@@ -375,15 +332,15 @@ namespace Mono.Addins.Gui
this.label130 = new global::Gtk.Label ();
this.label130.Name = "label130";
this.vbox91.Add (this.label130);
- global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox91[this.label130]));
+ global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox91 [this.label130]));
w30.Position = 0;
// Container child vbox91.Gtk.Box+BoxChild
this.imageError = new global::Gtk.Image ();
this.imageError.Name = "imageError";
- this.imageError.Yalign = 1f;
+ this.imageError.Yalign = 1F;
this.imageError.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-dialog-error", global::Gtk.IconSize.Dialog);
this.vbox91.Add (this.imageError);
- global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox91[this.imageError]));
+ global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox91 [this.imageError]));
w31.Position = 1;
w31.Expand = false;
w31.Fill = false;
@@ -391,20 +348,20 @@ namespace Mono.Addins.Gui
// Container child vbox91.Gtk.Box+BoxChild
this.imageWarn = new global::Gtk.Image ();
this.imageWarn.Name = "imageWarn";
- this.imageWarn.Yalign = 1f;
+ this.imageWarn.Yalign = 1F;
this.imageWarn.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-dialog-warning", global::Gtk.IconSize.Dialog);
this.vbox91.Add (this.imageWarn);
- global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox91[this.imageWarn]));
+ global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox91 [this.imageWarn]));
w32.Position = 2;
w32.Expand = false;
w32.Fill = false;
// Container child vbox91.Gtk.Box+BoxChild
this.imageInfo = new global::Gtk.Image ();
this.imageInfo.Name = "imageInfo";
- this.imageInfo.Yalign = 1f;
+ this.imageInfo.Yalign = 1F;
this.imageInfo.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-dialog-info", global::Gtk.IconSize.Dialog);
this.vbox91.Add (this.imageInfo);
- global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox91[this.imageInfo]));
+ global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox91 [this.imageInfo]));
w33.Position = 3;
w33.Expand = false;
w33.Fill = false;
@@ -416,17 +373,17 @@ namespace Mono.Addins.Gui
this.labelResult.WidthRequest = 450;
this.labelResult.Name = "labelResult";
this.labelResult.Ypad = 9;
- this.labelResult.Yalign = 0f;
+ this.labelResult.Yalign = 0F;
this.labelResult.LabelProp = "Done";
this.labelResult.UseMarkup = true;
this.labelResult.Wrap = true;
this.labelResult.Justify = ((global::Gtk.Justification)(2));
this.hbox71.Add (this.labelResult);
- global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox71[this.labelResult]));
+ global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox71 [this.labelResult]));
w34.PackType = ((global::Gtk.PackType)(1));
w34.Position = 0;
this.vbox91.Add (this.hbox71);
- global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox91[this.hbox71]));
+ global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox91 [this.hbox71]));
w35.Position = 4;
w35.Expand = false;
w35.Fill = false;
@@ -434,12 +391,12 @@ namespace Mono.Addins.Gui
this.label131 = new global::Gtk.Label ();
this.label131.Name = "label131";
this.vbox91.Add (this.label131);
- global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox91[this.label131]));
+ global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox91 [this.label131]));
w36.Position = 5;
w29.Add (this.vbox91);
this.scrolledwindow20.Add (w29);
this.wizardNotebook.Add (this.scrolledwindow20);
- global::Gtk.Notebook.NotebookChild w39 = ((global::Gtk.Notebook.NotebookChild)(this.wizardNotebook[this.scrolledwindow20]));
+ global::Gtk.Notebook.NotebookChild w39 = ((global::Gtk.Notebook.NotebookChild)(this.wizardNotebook [this.scrolledwindow20]));
w39.Position = 3;
// Notebook tab
this.label111 = new global::Gtk.Label ();
@@ -448,7 +405,7 @@ namespace Mono.Addins.Gui
this.wizardNotebook.SetTabLabel (this.scrolledwindow20, this.label111);
this.label111.ShowAll ();
w1.Add (this.wizardNotebook);
- global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(w1[this.wizardNotebook]));
+ global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(w1 [this.wizardNotebook]));
w40.Position = 0;
// Container child dialog-vbox9.Gtk.Box+BoxChild
this.dialog_action_area9 = new global::Gtk.HButtonBox ();
@@ -465,7 +422,7 @@ namespace Mono.Addins.Gui
this.btnCancel.UseUnderline = true;
this.btnCancel.Label = "gtk-cancel";
this.dialog_action_area9.Add (this.btnCancel);
- global::Gtk.ButtonBox.ButtonBoxChild w41 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.dialog_action_area9[this.btnCancel]));
+ global::Gtk.ButtonBox.ButtonBoxChild w41 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.dialog_action_area9 [this.btnCancel]));
w41.Expand = false;
w41.Fill = false;
// Container child dialog_action_area9.Gtk.ButtonBox+ButtonBoxChild
@@ -477,7 +434,7 @@ namespace Mono.Addins.Gui
this.btnPrev.UseUnderline = true;
this.btnPrev.Label = "gtk-go-back";
this.dialog_action_area9.Add (this.btnPrev);
- global::Gtk.ButtonBox.ButtonBoxChild w42 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.dialog_action_area9[this.btnPrev]));
+ global::Gtk.ButtonBox.ButtonBoxChild w42 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.dialog_action_area9 [this.btnPrev]));
w42.Position = 1;
w42.Expand = false;
w42.Fill = false;
@@ -490,7 +447,7 @@ namespace Mono.Addins.Gui
this.btnNext.UseUnderline = true;
this.btnNext.Label = "gtk-go-forward";
this.dialog_action_area9.Add (this.btnNext);
- global::Gtk.ButtonBox.ButtonBoxChild w43 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.dialog_action_area9[this.btnNext]));
+ global::Gtk.ButtonBox.ButtonBoxChild w43 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.dialog_action_area9 [this.btnNext]));
w43.Position = 2;
w43.Expand = false;
w43.Fill = false;
@@ -503,12 +460,12 @@ namespace Mono.Addins.Gui
this.btnOk.UseUnderline = true;
this.btnOk.Label = "gtk-ok";
this.dialog_action_area9.Add (this.btnOk);
- global::Gtk.ButtonBox.ButtonBoxChild w44 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.dialog_action_area9[this.btnOk]));
+ global::Gtk.ButtonBox.ButtonBoxChild w44 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.dialog_action_area9 [this.btnOk]));
w44.Position = 3;
w44.Expand = false;
w44.Fill = false;
w1.Add (this.dialog_action_area9);
- global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(w1[this.dialog_action_area9]));
+ global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(w1 [this.dialog_action_area9]));
w45.PackType = ((global::Gtk.PackType)(1));
w45.Position = 2;
w45.Expand = false;
diff --git a/Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinInstallerDialog.cs b/Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinInstallerDialog.cs
index df65687..a6938b6 100644
--- a/Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinInstallerDialog.cs
+++ b/Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinInstallerDialog.cs
@@ -5,19 +5,12 @@ namespace Mono.Addins.Gui
internal partial class AddinInstallerDialog
{
private global::Gtk.VBox vbox2;
-
private global::Gtk.Label label1;
-
private global::Gtk.Label label2;
-
private global::Gtk.ScrolledWindow scrolledwindow1;
-
private global::Gtk.Label addinList;
-
private global::Gtk.ProgressBar progressBar;
-
private global::Gtk.Button buttonCancel;
-
private global::Gtk.Button buttonOk;
protected virtual void Build ()
@@ -41,20 +34,20 @@ namespace Mono.Addins.Gui
// Container child vbox2.Gtk.Box+BoxChild
this.label1 = new global::Gtk.Label ();
this.label1.Name = "label1";
- this.label1.Xalign = 0f;
+ this.label1.Xalign = 0F;
this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Additional extensions are required to perform this operation.");
this.vbox2.Add (this.label1);
- global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label1]));
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label1]));
w2.Position = 0;
w2.Expand = false;
w2.Fill = false;
// Container child vbox2.Gtk.Box+BoxChild
this.label2 = new global::Gtk.Label ();
this.label2.Name = "label2";
- this.label2.Xalign = 0f;
+ this.label2.Xalign = 0F;
this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("The following add-ins will be installed:");
this.vbox2.Add (this.label2);
- global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label2]));
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label2]));
w3.Position = 1;
w3.Expand = false;
w3.Fill = false;
@@ -71,25 +64,25 @@ namespace Mono.Addins.Gui
this.addinList.Name = "addinList";
this.addinList.Xpad = 6;
this.addinList.Ypad = 6;
- this.addinList.Xalign = 0f;
- this.addinList.Yalign = 0f;
+ this.addinList.Xalign = 0F;
+ this.addinList.Yalign = 0F;
this.addinList.LabelProp = "label3";
w4.Add (this.addinList);
this.scrolledwindow1.Add (w4);
this.vbox2.Add (this.scrolledwindow1);
- global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.scrolledwindow1]));
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.scrolledwindow1]));
w7.Position = 2;
// Container child vbox2.Gtk.Box+BoxChild
this.progressBar = new global::Gtk.ProgressBar ();
this.progressBar.Name = "progressBar";
this.progressBar.Text = "";
this.vbox2.Add (this.progressBar);
- global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.progressBar]));
+ global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.progressBar]));
w8.Position = 3;
w8.Expand = false;
w8.Fill = false;
w1.Add (this.vbox2);
- global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(w1[this.vbox2]));
+ global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
w9.Position = 0;
// Internal child Mono.Addins.Gui.AddinInstallerDialog.ActionArea
global::Gtk.HButtonBox w10 = this.ActionArea;
@@ -106,7 +99,7 @@ namespace Mono.Addins.Gui
this.buttonCancel.UseUnderline = true;
this.buttonCancel.Label = "gtk-cancel";
this.AddActionWidget (this.buttonCancel, -6);
- global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10[this.buttonCancel]));
+ global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10 [this.buttonCancel]));
w11.Expand = false;
w11.Fill = false;
// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
@@ -118,7 +111,7 @@ namespace Mono.Addins.Gui
this.buttonOk.UseUnderline = true;
this.buttonOk.Label = "gtk-ok";
w10.Add (this.buttonOk);
- global::Gtk.ButtonBox.ButtonBoxChild w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10[this.buttonOk]));
+ global::Gtk.ButtonBox.ButtonBoxChild w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10 [this.buttonOk]));
w12.Position = 1;
w12.Expand = false;
w12.Fill = false;
diff --git a/Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinManagerDialog.cs b/Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinManagerDialog.cs
index c046b19..d6637b9 100644
--- a/Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinManagerDialog.cs
+++ b/Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinManagerDialog.cs
@@ -5,41 +5,23 @@ namespace Mono.Addins.Gui
internal partial class AddinManagerDialog
{
private global::Gtk.VBox vbox93;
-
private global::Gtk.HBox hbox85;
-
private global::Gtk.Image imageInstall;
-
private global::Gtk.Label label144;
-
private global::Gtk.HBox hbox73;
-
private global::Gtk.Label label134;
-
private global::Gtk.HBox hbox65;
-
private global::Gtk.HBox hbox72;
-
private global::Gtk.ScrolledWindow scrolledwindow13;
-
private global::Gtk.TreeView addinTree;
-
private global::Gtk.VBox vbox933;
-
private global::Gtk.Button btnInstall;
-
private global::Gtk.Button btnRepositories;
-
private global::Gtk.HSeparator hseparator4;
-
private global::Gtk.Button btnUninstall;
-
private global::Gtk.Button btnEnable;
-
private global::Gtk.Button btnDisable;
-
private global::Gtk.Button btnInfo;
-
private global::Gtk.Button btnClose;
protected virtual void Build ()
@@ -69,10 +51,10 @@ namespace Mono.Addins.Gui
// Container child hbox85.Gtk.Box+BoxChild
this.imageInstall = new global::Gtk.Image ();
this.imageInstall.Name = "imageInstall";
- this.imageInstall.Yalign = 0f;
+ this.imageInstall.Yalign = 0F;
this.imageInstall.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("system-software-update.png");
this.hbox85.Add (this.imageInstall);
- global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox85[this.imageInstall]));
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox85 [this.imageInstall]));
w2.Position = 0;
w2.Expand = false;
w2.Fill = false;
@@ -82,12 +64,12 @@ namespace Mono.Addins.Gui
this.label144.LabelProp = global::Mono.Unix.Catalog.GetString ("<big><b>Add-in Manager</b></big>");
this.label144.UseMarkup = true;
this.hbox85.Add (this.label144);
- global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox85[this.label144]));
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox85 [this.label144]));
w3.Position = 1;
w3.Expand = false;
w3.Fill = false;
this.vbox93.Add (this.hbox85);
- global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox93[this.hbox85]));
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox93 [this.hbox85]));
w4.Position = 0;
w4.Expand = false;
w4.Fill = false;
@@ -98,15 +80,15 @@ namespace Mono.Addins.Gui
// Container child hbox73.Gtk.Box+BoxChild
this.label134 = new global::Gtk.Label ();
this.label134.Name = "label134";
- this.label134.Xalign = 0f;
+ this.label134.Xalign = 0F;
this.label134.LabelProp = global::Mono.Unix.Catalog.GetString ("The following add-ins are currently installed:");
this.hbox73.Add (this.label134);
- global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox73[this.label134]));
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox73 [this.label134]));
w5.Position = 0;
w5.Expand = false;
w5.Fill = false;
this.vbox93.Add (this.hbox73);
- global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox93[this.hbox73]));
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox93 [this.hbox73]));
w6.Position = 1;
w6.Expand = false;
w6.Fill = false;
@@ -129,7 +111,7 @@ namespace Mono.Addins.Gui
this.addinTree.Name = "addinTree";
this.scrolledwindow13.Add (this.addinTree);
this.hbox72.Add (this.scrolledwindow13);
- global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox72[this.scrolledwindow13]));
+ global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox72 [this.scrolledwindow13]));
w8.Position = 0;
// Container child hbox72.Gtk.Box+BoxChild
this.vbox933 = new global::Gtk.VBox ();
@@ -141,7 +123,7 @@ namespace Mono.Addins.Gui
this.btnInstall.Name = "btnInstall";
this.btnInstall.UseUnderline = true;
// Container child btnInstall.Gtk.Container+ContainerChild
- global::Gtk.Alignment w9 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f);
+ global::Gtk.Alignment w9 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
// Container child GtkAlignment.Gtk.Container+ContainerChild
global::Gtk.HBox w10 = new global::Gtk.HBox ();
w10.Spacing = 2;
@@ -157,7 +139,7 @@ namespace Mono.Addins.Gui
w9.Add (w10);
this.btnInstall.Add (w9);
this.vbox933.Add (this.btnInstall);
- global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox933[this.btnInstall]));
+ global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox933 [this.btnInstall]));
w17.Position = 0;
w17.Expand = false;
w17.Fill = false;
@@ -168,7 +150,7 @@ namespace Mono.Addins.Gui
this.btnRepositories.UseUnderline = true;
this.btnRepositories.Label = global::Mono.Unix.Catalog.GetString ("_Repositories...");
this.vbox933.Add (this.btnRepositories);
- global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox933[this.btnRepositories]));
+ global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox933 [this.btnRepositories]));
w18.Position = 1;
w18.Expand = false;
w18.Fill = false;
@@ -176,7 +158,7 @@ namespace Mono.Addins.Gui
this.hseparator4 = new global::Gtk.HSeparator ();
this.hseparator4.Name = "hseparator4";
this.vbox933.Add (this.hseparator4);
- global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox933[this.hseparator4]));
+ global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox933 [this.hseparator4]));
w19.Position = 2;
w19.Expand = false;
w19.Fill = false;
@@ -186,7 +168,7 @@ namespace Mono.Addins.Gui
this.btnUninstall.Name = "btnUninstall";
this.btnUninstall.UseUnderline = true;
// Container child btnUninstall.Gtk.Container+ContainerChild
- global::Gtk.Alignment w20 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f);
+ global::Gtk.Alignment w20 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
// Container child GtkAlignment.Gtk.Container+ContainerChild
global::Gtk.HBox w21 = new global::Gtk.HBox ();
w21.Spacing = 2;
@@ -202,7 +184,7 @@ namespace Mono.Addins.Gui
w20.Add (w21);
this.btnUninstall.Add (w20);
this.vbox933.Add (this.btnUninstall);
- global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox933[this.btnUninstall]));
+ global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox933 [this.btnUninstall]));
w28.Position = 3;
w28.Expand = false;
w28.Fill = false;
@@ -212,7 +194,7 @@ namespace Mono.Addins.Gui
this.btnEnable.Name = "btnEnable";
this.btnEnable.UseUnderline = true;
// Container child btnEnable.Gtk.Container+ContainerChild
- global::Gtk.Alignment w29 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f);
+ global::Gtk.Alignment w29 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
// Container child GtkAlignment.Gtk.Container+ContainerChild
global::Gtk.HBox w30 = new global::Gtk.HBox ();
w30.Spacing = 2;
@@ -228,7 +210,7 @@ namespace Mono.Addins.Gui
w29.Add (w30);
this.btnEnable.Add (w29);
this.vbox933.Add (this.btnEnable);
- global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vbox933[this.btnEnable]));
+ global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vbox933 [this.btnEnable]));
w37.Position = 4;
w37.Expand = false;
w37.Fill = false;
@@ -238,7 +220,7 @@ namespace Mono.Addins.Gui
this.btnDisable.Name = "btnDisable";
this.btnDisable.UseUnderline = true;
// Container child btnDisable.Gtk.Container+ContainerChild
- global::Gtk.Alignment w38 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f);
+ global::Gtk.Alignment w38 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
// Container child GtkAlignment.Gtk.Container+ContainerChild
global::Gtk.HBox w39 = new global::Gtk.HBox ();
w39.Spacing = 2;
@@ -254,7 +236,7 @@ namespace Mono.Addins.Gui
w38.Add (w39);
this.btnDisable.Add (w38);
this.vbox933.Add (this.btnDisable);
- global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.vbox933[this.btnDisable]));
+ global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.vbox933 [this.btnDisable]));
w46.Position = 5;
w46.Expand = false;
w46.Fill = false;
@@ -266,23 +248,23 @@ namespace Mono.Addins.Gui
this.btnInfo.UseUnderline = true;
this.btnInfo.Label = "gtk-dialog-info";
this.vbox933.Add (this.btnInfo);
- global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.vbox933[this.btnInfo]));
+ global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.vbox933 [this.btnInfo]));
w47.Position = 6;
w47.Expand = false;
w47.Fill = false;
this.hbox72.Add (this.vbox933);
- global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.hbox72[this.vbox933]));
+ global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.hbox72 [this.vbox933]));
w48.Position = 1;
w48.Expand = false;
w48.Fill = false;
this.hbox65.Add (this.hbox72);
- global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.hbox65[this.hbox72]));
+ global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.hbox65 [this.hbox72]));
w49.Position = 0;
this.vbox93.Add (this.hbox65);
- global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.vbox93[this.hbox65]));
+ global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.vbox93 [this.hbox65]));
w50.Position = 2;
w1.Add (this.vbox93);
- global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(w1[this.vbox93]));
+ global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox93]));
w51.Position = 0;
// Internal child Mono.Addins.Gui.AddinManagerDialog.ActionArea
global::Gtk.HButtonBox w52 = this.ActionArea;
@@ -299,7 +281,7 @@ namespace Mono.Addins.Gui
this.btnClose.UseUnderline = true;
this.btnClose.Label = "gtk-close";
this.AddActionWidget (this.btnClose, -7);
- global::Gtk.ButtonBox.ButtonBoxChild w53 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w52[this.btnClose]));
+ global::Gtk.ButtonBox.ButtonBoxChild w53 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w52 [this.btnClose]));
w53.Expand = false;
w53.Fill = false;
if ((this.Child != null)) {
diff --git a/Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.ErrorDialog.cs b/Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.ErrorDialog.cs
index cedb5c3..01ba0b9 100644
--- a/Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.ErrorDialog.cs
+++ b/Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.ErrorDialog.cs
@@ -5,23 +5,14 @@ namespace Mono.Addins.Gui
internal partial class ErrorDialog
{
private global::Gtk.HBox hbox59;
-
private global::Gtk.VBox vbox72;
-
private global::Gtk.Image icon;
-
private global::Gtk.VBox vbox73;
-
private global::Gtk.Label descriptionLabel;
-
private global::Gtk.Expander expander;
-
private global::Gtk.ScrolledWindow scrolledwindow10;
-
private global::Gtk.TextView detailsTextView;
-
private global::Gtk.Label label102;
-
private global::Gtk.Button okButton;
protected virtual void Build ()
@@ -49,12 +40,12 @@ namespace Mono.Addins.Gui
this.icon.Name = "icon";
this.icon.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-dialog-error", global::Gtk.IconSize.Dialog);
this.vbox72.Add (this.icon);
- global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox72[this.icon]));
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox72 [this.icon]));
w2.Position = 0;
w2.Expand = false;
w2.Fill = false;
this.hbox59.Add (this.vbox72);
- global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox59[this.vbox72]));
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox59 [this.vbox72]));
w3.Position = 0;
w3.Expand = false;
w3.Fill = false;
@@ -67,12 +58,12 @@ namespace Mono.Addins.Gui
this.descriptionLabel.WidthRequest = 540;
this.descriptionLabel.CanFocus = true;
this.descriptionLabel.Name = "descriptionLabel";
- this.descriptionLabel.Xalign = 0f;
+ this.descriptionLabel.Xalign = 0F;
this.descriptionLabel.LabelProp = "An exception has been thrown 1 2 3 4 5 6 7 8 9 10 11 12 13 14";
this.descriptionLabel.Wrap = true;
this.descriptionLabel.Selectable = true;
this.vbox73.Add (this.descriptionLabel);
- global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox73[this.descriptionLabel]));
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox73 [this.descriptionLabel]));
w4.Position = 0;
w4.Expand = false;
w4.Fill = false;
@@ -101,13 +92,13 @@ namespace Mono.Addins.Gui
this.label102.LabelProp = global::Mono.Unix.Catalog.GetString ("Details");
this.expander.LabelWidget = this.label102;
this.vbox73.Add (this.expander);
- global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox73[this.expander]));
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox73 [this.expander]));
w7.Position = 1;
this.hbox59.Add (this.vbox73);
- global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox59[this.vbox73]));
+ global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox59 [this.vbox73]));
w8.Position = 1;
w1.Add (this.hbox59);
- global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(w1[this.hbox59]));
+ global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox59]));
w9.Position = 0;
// Internal child Mono.Addins.Gui.ErrorDialog.ActionArea
global::Gtk.HButtonBox w10 = this.ActionArea;
@@ -124,7 +115,7 @@ namespace Mono.Addins.Gui
this.okButton.UseUnderline = true;
this.okButton.Label = "gtk-ok";
this.AddActionWidget (this.okButton, -5);
- global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10[this.okButton]));
+ global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10 [this.okButton]));
w11.Expand = false;
w11.Fill = false;
if ((this.Child != null)) {
diff --git a/Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.ManageSitesDialog.cs b/Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.ManageSitesDialog.cs
index d9537fa..674e9d3 100644
--- a/Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.ManageSitesDialog.cs
+++ b/Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.ManageSitesDialog.cs
@@ -5,17 +5,11 @@ namespace Mono.Addins.Gui
internal partial class ManageSitesDialog
{
private global::Gtk.HBox hbox67;
-
private global::Gtk.ScrolledWindow scrolledwindow17;
-
private global::Gtk.TreeView repoTree;
-
private global::Gtk.VBox vbox88;
-
private global::Gtk.Button btnAdd;
-
private global::Gtk.Button btnRemove;
-
private global::Gtk.Button closebutton2;
protected virtual void Build ()
@@ -49,7 +43,7 @@ namespace Mono.Addins.Gui
this.repoTree.HeadersVisible = false;
this.scrolledwindow17.Add (this.repoTree);
this.hbox67.Add (this.scrolledwindow17);
- global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox67[this.scrolledwindow17]));
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox67 [this.scrolledwindow17]));
w3.Position = 0;
// Container child hbox67.Gtk.Box+BoxChild
this.vbox88 = new global::Gtk.VBox ();
@@ -63,7 +57,7 @@ namespace Mono.Addins.Gui
this.btnAdd.UseUnderline = true;
this.btnAdd.Label = "gtk-add";
this.vbox88.Add (this.btnAdd);
- global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox88[this.btnAdd]));
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox88 [this.btnAdd]));
w4.Position = 0;
w4.Expand = false;
w4.Fill = false;
@@ -75,17 +69,17 @@ namespace Mono.Addins.Gui
this.btnRemove.UseUnderline = true;
this.btnRemove.Label = "gtk-delete";
this.vbox88.Add (this.btnRemove);
- global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox88[this.btnRemove]));
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox88 [this.btnRemove]));
w5.Position = 1;
w5.Expand = false;
w5.Fill = false;
this.hbox67.Add (this.vbox88);
- global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox67[this.vbox88]));
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox67 [this.vbox88]));
w6.Position = 1;
w6.Expand = false;
w6.Fill = false;
w1.Add (this.hbox67);
- global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(w1[this.hbox67]));
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox67]));
w7.Position = 0;
// Internal child Mono.Addins.Gui.ManageSitesDialog.ActionArea
global::Gtk.HButtonBox w8 = this.ActionArea;
@@ -102,7 +96,7 @@ namespace Mono.Addins.Gui
this.closebutton2.UseUnderline = true;
this.closebutton2.Label = "gtk-close";
this.AddActionWidget (this.closebutton2, -7);
- global::Gtk.ButtonBox.ButtonBoxChild w9 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w8[this.closebutton2]));
+ global::Gtk.ButtonBox.ButtonBoxChild w9 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w8 [this.closebutton2]));
w9.Expand = false;
w9.Fill = false;
if ((this.Child != null)) {
diff --git a/Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.NewSiteDialog.cs b/Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.NewSiteDialog.cs
index 49d34f6..b901588 100644
--- a/Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.NewSiteDialog.cs
+++ b/Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.NewSiteDialog.cs
@@ -5,35 +5,20 @@ namespace Mono.Addins.Gui
internal partial class NewSiteDialog
{
private global::Gtk.VBox vbox89;
-
private global::Gtk.Label label121;
-
private global::Gtk.RadioButton btnOnlineRep;
-
private global::Gtk.HBox hbox68;
-
private global::Gtk.Label label122;
-
private global::Gtk.Label label119;
-
private global::Gtk.Entry urlText;
-
private global::Gtk.RadioButton btnLocalRep;
-
private global::Gtk.HBox hbox69;
-
private global::Gtk.Label label123;
-
private global::Gtk.Label label120;
-
private global::Gtk.HBox hbox1;
-
private global::Gtk.Entry pathEntry;
-
private global::Gtk.Button buttonBrowse;
-
private global::Gtk.Button cancelbutton1;
-
private global::Gtk.Button btnOk;
protected virtual void Build ()
@@ -58,10 +43,10 @@ namespace Mono.Addins.Gui
// Container child vbox89.Gtk.Box+BoxChild
this.label121 = new global::Gtk.Label ();
this.label121.Name = "label121";
- this.label121.Xalign = 0f;
+ this.label121.Xalign = 0F;
this.label121.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the location of the repository you want to register:");
this.vbox89.Add (this.label121);
- global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox89[this.label121]));
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox89 [this.label121]));
w2.Position = 0;
w2.Expand = false;
w2.Fill = false;
@@ -74,7 +59,7 @@ namespace Mono.Addins.Gui
this.btnOnlineRep.UseUnderline = true;
this.btnOnlineRep.Group = new global::GLib.SList (global::System.IntPtr.Zero);
this.vbox89.Add (this.btnOnlineRep);
- global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox89[this.btnOnlineRep]));
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox89 [this.btnOnlineRep]));
w3.Position = 1;
w3.Expand = false;
w3.Fill = false;
@@ -87,7 +72,7 @@ namespace Mono.Addins.Gui
this.label122.WidthRequest = 32;
this.label122.Name = "label122";
this.hbox68.Add (this.label122);
- global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox68[this.label122]));
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox68 [this.label122]));
w4.Position = 0;
w4.Expand = false;
w4.Fill = false;
@@ -96,7 +81,7 @@ namespace Mono.Addins.Gui
this.label119.Name = "label119";
this.label119.LabelProp = global::Mono.Unix.Catalog.GetString ("Url:");
this.hbox68.Add (this.label119);
- global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox68[this.label119]));
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox68 [this.label119]));
w5.Position = 1;
w5.Expand = false;
w5.Fill = false;
@@ -107,10 +92,10 @@ namespace Mono.Addins.Gui
this.urlText.IsEditable = true;
this.urlText.InvisibleChar = '●';
this.hbox68.Add (this.urlText);
- global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox68[this.urlText]));
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox68 [this.urlText]));
w6.Position = 2;
this.vbox89.Add (this.hbox68);
- global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox89[this.hbox68]));
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox89 [this.hbox68]));
w7.Position = 2;
w7.Expand = false;
w7.Fill = false;
@@ -122,7 +107,7 @@ namespace Mono.Addins.Gui
this.btnLocalRep.UseUnderline = true;
this.btnLocalRep.Group = this.btnOnlineRep.Group;
this.vbox89.Add (this.btnLocalRep);
- global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox89[this.btnLocalRep]));
+ global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox89 [this.btnLocalRep]));
w8.Position = 3;
w8.Expand = false;
w8.Fill = false;
@@ -135,7 +120,7 @@ namespace Mono.Addins.Gui
this.label123.WidthRequest = 32;
this.label123.Name = "label123";
this.hbox69.Add (this.label123);
- global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox69[this.label123]));
+ global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox69 [this.label123]));
w9.Position = 0;
w9.Expand = false;
w9.Fill = false;
@@ -144,7 +129,7 @@ namespace Mono.Addins.Gui
this.label120.Name = "label120";
this.label120.LabelProp = global::Mono.Unix.Catalog.GetString ("Path:");
this.hbox69.Add (this.label120);
- global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox69[this.label120]));
+ global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox69 [this.label120]));
w10.Position = 1;
w10.Expand = false;
w10.Fill = false;
@@ -159,7 +144,7 @@ namespace Mono.Addins.Gui
this.pathEntry.IsEditable = true;
this.pathEntry.InvisibleChar = '●';
this.hbox1.Add (this.pathEntry);
- global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.pathEntry]));
+ global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.pathEntry]));
w11.Position = 0;
// Container child hbox1.Gtk.Box+BoxChild
this.buttonBrowse = new global::Gtk.Button ();
@@ -168,20 +153,20 @@ namespace Mono.Addins.Gui
this.buttonBrowse.UseUnderline = true;
this.buttonBrowse.Label = global::Mono.Unix.Catalog.GetString ("Browse...");
this.hbox1.Add (this.buttonBrowse);
- global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.buttonBrowse]));
+ global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonBrowse]));
w12.Position = 1;
w12.Expand = false;
w12.Fill = false;
this.hbox69.Add (this.hbox1);
- global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox69[this.hbox1]));
+ global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox69 [this.hbox1]));
w13.Position = 2;
this.vbox89.Add (this.hbox69);
- global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox89[this.hbox69]));
+ global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox89 [this.hbox69]));
w14.Position = 4;
w14.Expand = false;
w14.Fill = false;
w1.Add (this.vbox89);
- global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(w1[this.vbox89]));
+ global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox89]));
w15.Position = 0;
// Internal child Mono.Addins.Gui.NewSiteDialog.ActionArea
global::Gtk.HButtonBox w16 = this.ActionArea;
@@ -198,7 +183,7 @@ namespace Mono.Addins.Gui
this.cancelbutton1.UseUnderline = true;
this.cancelbutton1.Label = "gtk-cancel";
this.AddActionWidget (this.cancelbutton1, -6);
- global::Gtk.ButtonBox.ButtonBoxChild w17 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w16[this.cancelbutton1]));
+ global::Gtk.ButtonBox.ButtonBoxChild w17 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w16 [this.cancelbutton1]));
w17.Expand = false;
w17.Fill = false;
// Container child dialog-action_area11.Gtk.ButtonBox+ButtonBoxChild
@@ -210,7 +195,7 @@ namespace Mono.Addins.Gui
this.btnOk.UseUnderline = true;
this.btnOk.Label = "gtk-ok";
this.AddActionWidget (this.btnOk, -5);
- global::Gtk.ButtonBox.ButtonBoxChild w18 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w16[this.btnOk]));
+ global::Gtk.ButtonBox.ButtonBoxChild w18 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w16 [this.btnOk]));
w18.Position = 1;
w18.Expand = false;
w18.Fill = false;
diff --git a/Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.ProgressDialog.cs b/Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.ProgressDialog.cs
index c9b4237..f4d1268 100644
--- a/Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.ProgressDialog.cs
+++ b/Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.ProgressDialog.cs
@@ -5,19 +5,12 @@ namespace Mono.Addins.Gui
internal partial class ProgressDialog
{
private global::Gtk.VBox vbox2;
-
private global::Gtk.Label labelMessage;
-
private global::Gtk.ProgressBar progressbar;
-
private global::Gtk.Expander expander1;
-
private global::Gtk.ScrolledWindow GtkScrolledWindow;
-
private global::Gtk.TextView textview;
-
private global::Gtk.Label GtkLabel1;
-
private global::Gtk.Button buttonCancel;
protected virtual void Build ()
@@ -40,9 +33,9 @@ namespace Mono.Addins.Gui
// Container child vbox2.Gtk.Box+BoxChild
this.labelMessage = new global::Gtk.Label ();
this.labelMessage.Name = "labelMessage";
- this.labelMessage.Xalign = 0f;
+ this.labelMessage.Xalign = 0F;
this.vbox2.Add (this.labelMessage);
- global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.labelMessage]));
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelMessage]));
w2.Position = 0;
w2.Expand = false;
w2.Fill = false;
@@ -50,7 +43,7 @@ namespace Mono.Addins.Gui
this.progressbar = new global::Gtk.ProgressBar ();
this.progressbar.Name = "progressbar";
this.vbox2.Add (this.progressbar);
- global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.progressbar]));
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.progressbar]));
w3.Position = 1;
w3.Expand = false;
w3.Fill = false;
@@ -74,10 +67,10 @@ namespace Mono.Addins.Gui
this.GtkLabel1.UseUnderline = true;
this.expander1.LabelWidget = this.GtkLabel1;
this.vbox2.Add (this.expander1);
- global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.expander1]));
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.expander1]));
w6.Position = 2;
w1.Add (this.vbox2);
- global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(w1[this.vbox2]));
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
w7.Position = 0;
// Internal child Mono.Addins.Gui.ProgressDialog.ActionArea
global::Gtk.HButtonBox w8 = this.ActionArea;
@@ -94,7 +87,7 @@ namespace Mono.Addins.Gui
this.buttonCancel.UseUnderline = true;
this.buttonCancel.Label = "gtk-cancel";
this.AddActionWidget (this.buttonCancel, -6);
- global::Gtk.ButtonBox.ButtonBoxChild w9 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w8[this.buttonCancel]));
+ global::Gtk.ButtonBox.ButtonBoxChild w9 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w8 [this.buttonCancel]));
w9.Expand = false;
w9.Fill = false;
if ((this.Child != null)) {
diff --git a/Mono.Addins.Gui/gtk-gui/generated.cs b/Mono.Addins.Gui/gtk-gui/generated.cs
index 8ff3153..d608548 100644
--- a/Mono.Addins.Gui/gtk-gui/generated.cs
+++ b/Mono.Addins.Gui/gtk-gui/generated.cs
@@ -6,7 +6,7 @@ namespace Stetic
{
private static bool initialized;
- static internal void Initialize (Gtk.Widget iconRenderer)
+ internal static void Initialize (Gtk.Widget iconRenderer)
{
if ((Stetic.Gui.initialized == false)) {
Stetic.Gui.initialized = true;
@@ -24,7 +24,7 @@ namespace Stetic
} else {
int sz;
int sy;
- global::Gtk.Icon.SizeLookup (size, out sz, out sy);
+ global::Gtk.Icon.SizeLookup (size, out sz, out sy);
try {
return Gtk.IconTheme.Default.LoadIcon (name, sz, 0);
} catch (System.Exception) {