[Monodevelop-patches-list] r1849 - branches/MonoDevelop-0.5/src/Main/StartUp
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Mon Jun 28 00:01:50 EDT 2004
Author: tberman
Date: 2004-06-28 00:01:50 -0400 (Mon, 28 Jun 2004)
New Revision: 1849
Modified:
branches/MonoDevelop-0.5/src/Main/StartUp/ChangeLog
branches/MonoDevelop-0.5/src/Main/StartUp/MonoDevelopMain.cs
Log:
fixy fixy
Modified: branches/MonoDevelop-0.5/src/Main/StartUp/ChangeLog
===================================================================
--- branches/MonoDevelop-0.5/src/Main/StartUp/ChangeLog 2004-06-28 01:08:23 UTC (rev 1848)
+++ branches/MonoDevelop-0.5/src/Main/StartUp/ChangeLog 2004-06-28 04:01:50 UTC (rev 1849)
@@ -1,3 +1,8 @@
+2004-06-28 Todd Berman <tberman at off.net>
+
+ * MonoDevelopMain.cs: This seems to fix the not-exiting issue. Man, I
+ feel like an ass.
+
2004-05-24 Todd Berman <tberman at sevenl.net>
* Makefile.am: add Mono.Posix reference
Modified: branches/MonoDevelop-0.5/src/Main/StartUp/MonoDevelopMain.cs
===================================================================
--- branches/MonoDevelop-0.5/src/Main/StartUp/MonoDevelopMain.cs 2004-06-28 01:08:23 UTC (rev 1848)
+++ branches/MonoDevelop-0.5/src/Main/StartUp/MonoDevelopMain.cs 2004-06-28 04:01:50 UTC (rev 1849)
@@ -143,6 +143,7 @@
// unloading services
File.Delete (socket_filename);
ServiceManager.UnloadAllServices();
+ System.Environment.Exit (0);
}
static string fileToOpen = String.Empty;
More information about the Monodevelop-patches-list
mailing list