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:
authorMichael Hutchinson <mhutchinson@novell.com>2010-11-12 06:23:35 +0300
committerMichael Hutchinson <mhutchinson@novell.com>2010-11-12 06:23:35 +0300
commit52635a8bcf807c497570e795604962b8f4ecf41e (patch)
tree053442833cc4bcddbccdbe54bf808ef3d4682fc0 /main/src/addins/MonoDevelop.Autotools
parent111cde53b485ed732d34e53d8001dae199281482 (diff)
More dialog placement fixing
Diffstat (limited to 'main/src/addins/MonoDevelop.Autotools')
-rw-r--r--main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.GenerateMakefilesDialog.cs2
-rw-r--r--main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.MakefileSwitchEditor.cs2
-rw-r--r--main/src/addins/MonoDevelop.Autotools/gtk-gui/gui.stetic3
3 files changed, 4 insertions, 3 deletions
diff --git a/main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.GenerateMakefilesDialog.cs b/main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.GenerateMakefilesDialog.cs
index 179590247f..e6e00d9375 100644
--- a/main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.GenerateMakefilesDialog.cs
+++ b/main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.GenerateMakefilesDialog.cs
@@ -186,7 +186,7 @@ namespace MonoDevelop.Autotools
}
this.DefaultWidth = 614;
this.DefaultHeight = 359;
- this.Show ();
+ this.Hide ();
}
}
}
diff --git a/main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.MakefileSwitchEditor.cs b/main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.MakefileSwitchEditor.cs
index 14c311b505..943e7c7681 100644
--- a/main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.MakefileSwitchEditor.cs
+++ b/main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.MakefileSwitchEditor.cs
@@ -61,7 +61,7 @@ namespace MonoDevelop.Autotools
}
this.DefaultWidth = 400;
this.DefaultHeight = 300;
- this.Show ();
+ this.Hide ();
}
}
}
diff --git a/main/src/addins/MonoDevelop.Autotools/gtk-gui/gui.stetic b/main/src/addins/MonoDevelop.Autotools/gtk-gui/gui.stetic
index 9e86cfd180..1b47509a67 100644
--- a/main/src/addins/MonoDevelop.Autotools/gtk-gui/gui.stetic
+++ b/main/src/addins/MonoDevelop.Autotools/gtk-gui/gui.stetic
@@ -7,7 +7,6 @@
<import>
<widget-library name="../../../../build/bin/MonoDevelop.Ide.dll" />
<widget-library name="../../../../build/AddIns/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport.dll" />
- <widget-library name="../../../../build/AddIns/MonoDevelop.Deployment/MonoDevelop.Deployment.dll" />
<widget-library name="../../../../build/AddIns/MonoDevelop.Autotools/MonoDevelop.Autotools.dll" internal="true" />
</import>
<widget class="Gtk.Bin" id="MonoDevelop.Autotools.MakefileOptionPanelWidget" design-size="589 368">
@@ -1848,6 +1847,7 @@ Generates set of Makefiles with the most common targets, and a configuration scr
</widget>
<widget class="Gtk.Dialog" id="MonoDevelop.Autotools.GenerateMakefilesDialog" design-size="614 359">
<property name="MemberName" />
+ <property name="Visible">False</property>
<property name="Title" translatable="yes">Generate Makefiles</property>
<property name="WindowPosition">CenterOnParent</property>
<property name="Resizable">False</property>
@@ -2201,6 +2201,7 @@ Generates a Makefile structure based on Autotools, with the standard targets and
</widget>
<widget class="Gtk.Dialog" id="MonoDevelop.Autotools.MakefileSwitchEditor" design-size="400 300">
<property name="MemberName" />
+ <property name="Visible">False</property>
<property name="Title" translatable="yes">Switch editor</property>
<property name="WindowPosition">CenterOnParent</property>
<property name="Buttons">2</property>