[Monodevelop-patches-list] r815 - trunk/MonoDevelop/src/Main/Base/Gui/Workbench
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Sat Feb 7 19:48:01 EST 2004
Author: tberman
Date: 2004-02-07 19:48:01 -0500 (Sat, 07 Feb 2004)
New Revision: 815
Modified:
trunk/MonoDevelop/src/Main/Base/Gui/Workbench/DefaultWorkbench.cs
Log:
this will get layout.Detach actually called... prolly a good thing too.
this layout crap is evil though, we prolly should replace it with something that actually *makes sense*
Modified: trunk/MonoDevelop/src/Main/Base/Gui/Workbench/DefaultWorkbench.cs
===================================================================
--- trunk/MonoDevelop/src/Main/Base/Gui/Workbench/DefaultWorkbench.cs 2004-02-07 23:57:58 UTC (rev 814)
+++ trunk/MonoDevelop/src/Main/Base/Gui/Workbench/DefaultWorkbench.cs 2004-02-08 00:48:01 UTC (rev 815)
@@ -502,6 +502,7 @@
// return;
// }
// }
+ OnClosed (null);
return true;
}
More information about the Monodevelop-patches-list
mailing list