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:
authorLluis Sanchez <lluis@novell.com>2009-07-24 16:33:04 +0400
committerLluis Sanchez <lluis@novell.com>2009-07-24 16:33:04 +0400
commit855dd9b7fcc4216cded5d3f21350703acbfb1cd7 (patch)
tree48642aaef46231384982ffe288effd968b2db5c8 /main/src/core/MonoDevelop.Ide/gtk-gui
parent3d0a2a86f12a9c5299aad835898ef2b0b05e6804 (diff)
* MonoDevelop.Ide.Gui.OptionPanels/AuthorInformationPanel.cs:
Preferences are now always saved when closing the options panel. * MonoDevelop.Ide.Gui/RootWorkspace.cs: * MonoDevelop.Ide.Gui/ProjectOperations.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/SolutionNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/WorkspaceNodeBuilder.cs: When renaming a project or solution, rename the underlying file too. * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.cs: Flush. svn path=/trunk/monodevelop/; revision=138623
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/gtk-gui')
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.cs1
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs1
2 files changed, 1 insertions, 1 deletions
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.cs
index 43817e79f4..f105deefb7 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.cs
@@ -151,6 +151,7 @@ namespace MonoDevelop.Ide.Gui.Dialogs {
this.radioUpdateExternal = new Gtk.RadioButton(Mono.Unix.Catalog.GetString("_External"));
this.radioUpdateExternal.CanFocus = true;
this.radioUpdateExternal.Name = "radioUpdateExternal";
+ this.radioUpdateExternal.Active = true;
this.radioUpdateExternal.DrawIndicator = true;
this.radioUpdateExternal.UseUnderline = true;
this.radioUpdateExternal.Group = new GLib.SList(System.IntPtr.Zero);
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 78344d9624..d15f2838cb 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
@@ -119,7 +119,6 @@ namespace MonoDevelop.Ide.Gui.Dialogs {
w7.Fill = false;
// Container child hbox5.Gtk.Box+BoxChild
this.hbuttonbox1 = new Gtk.HButtonBox();
- this.hbuttonbox1.Name = "hbuttonbox1";
this.hbuttonbox1.Spacing = 10;
this.hbuttonbox1.LayoutStyle = ((Gtk.ButtonBoxStyle)(4));
// Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild