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:
authorCody Russell <cody@jhu.edu>2017-04-17 19:08:03 +0300
committerCody Russell <cody@jhu.edu>2017-04-17 19:08:03 +0300
commit92437f5b0701d0ef5d7abb7f61768ddd03e14c1f (patch)
tree1b629eb6c3ef712be6743ecba34b084181855d83 /main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs
parentb0fd9c8ccd926c75f472891be06c7c3749f18f29 (diff)
Revert "[Ide] Make the 'about' dialog modal."
This reverts commit 05ea8c1e211e0967f27d1ede8454da49d1b58d63. mhutch says this is not a bug, so reverting.
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs')
-rw-r--r--main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/CommonAboutDialog.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/CommonAboutDialog.cs b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/CommonAboutDialog.cs
index ea42012806..33b444c068 100644
--- a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/CommonAboutDialog.cs
+++ b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/CommonAboutDialog.cs
@@ -60,7 +60,6 @@ namespace MonoDevelop.Ide.Gui.Dialogs
Name = "wizard_dialog";
Title = string.Format (GettextCatalog.GetString ("About {0}"), BrandingService.ApplicationLongName);
TransientFor = IdeApp.Workbench.RootWindow;
- Modal = true;
AllowGrow = false;
HasSeparator = false;
BorderWidth = 0;
@@ -142,4 +141,4 @@ namespace MonoDevelop.Ide.Gui.Dialogs
MessageService.ShowCustomDialog (dlg);
}
}
-}
+} \ No newline at end of file