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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Krüger <mkrueger@novell.com>2011-04-04 14:59:40 +0400
committerMike Krüger <mkrueger@novell.com>2011-04-04 14:59:40 +0400
commitd7ea43557766de3973ae39c011cb79fda870983f (patch)
tree1a7305c33e6096d32a56f2bcd91b7cb9123e6236 /main/src/core/MonoDevelop.Ide/gtk-gui
parentb7f517104d35e7a95b88aed09e48b2a958ca6ef5 (diff)
Moved the old nrefactory to another namespace.
The new nrefactory uses the same namespace - this'll prevent namespace clashes and will make sure that that version is outdated and'll be replaced over time.
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/gtk-gui')
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs1
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Projects.ConfirmProjectDeleteDialog.cs1
2 files changed, 1 insertions, 1 deletions
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs
index 39d30c5a02..9daf3a29d9 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs
@@ -100,7 +100,6 @@ namespace MonoDevelop.Ide.Gui.Dialogs
w7.Fill = false;
// Container child hbox5.Gtk.Box+BoxChild
this.hbuttonbox1 = new global::Gtk.HButtonBox ();
- this.hbuttonbox1.Name = "hbuttonbox1";
this.hbuttonbox1.Spacing = 10;
this.hbuttonbox1.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
// Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Projects.ConfirmProjectDeleteDialog.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Projects.ConfirmProjectDeleteDialog.cs
index 4c8b441630..926885d0b1 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Projects.ConfirmProjectDeleteDialog.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Projects.ConfirmProjectDeleteDialog.cs
@@ -47,6 +47,7 @@ namespace MonoDevelop.Ide.Projects
this.radioDeleteAll = new global::Gtk.RadioButton (global::MonoDevelop.Core.GettextCatalog.GetString ("Delete the project file and the whole project directory:"));
this.radioDeleteAll.CanFocus = true;
this.radioDeleteAll.Name = "radioDeleteAll";
+ this.radioDeleteAll.Active = true;
this.radioDeleteAll.DrawIndicator = true;
this.radioDeleteAll.UseUnderline = true;
this.radioDeleteAll.Group = new global::GLib.SList (global::System.IntPtr.Zero);