Author: lluis
Date: 2007-02-19 13:34:04 -0500 (Mon, 19 Feb 2007)
New Revision: 73127

Modified:
   trunk/monodevelop/Core/src/MonoDevelop.Ide/ChangeLog
   
trunk/monodevelop/Core/src/MonoDevelop.Ide/MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs
Log:
* MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: Don't remove the child
  when disposing, it will be destroyed with the parent.

Modified: trunk/monodevelop/Core/src/MonoDevelop.Ide/ChangeLog
===================================================================
--- trunk/monodevelop/Core/src/MonoDevelop.Ide/ChangeLog        2007-02-19 
18:28:30 UTC (rev 73126)
+++ trunk/monodevelop/Core/src/MonoDevelop.Ide/ChangeLog        2007-02-19 
18:34:04 UTC (rev 73127)
@@ -1,3 +1,8 @@
+2007-02-19  Lluis Sanchez Gual <[EMAIL PROTECTED]> 
+
+       * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: Don't remove the child
+         when disposing, it will be destroyed with the parent.
+
 2007-02-16  Lluis Sanchez Gual <[EMAIL PROTECTED]> 
 
        * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs,

Modified: 
trunk/monodevelop/Core/src/MonoDevelop.Ide/MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs
===================================================================
--- 
trunk/monodevelop/Core/src/MonoDevelop.Ide/MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs
        2007-02-19 18:28:30 UTC (rev 73126)
+++ 
trunk/monodevelop/Core/src/MonoDevelop.Ide/MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs
        2007-02-19 18:34:04 UTC (rev 73127)
@@ -240,7 +240,6 @@
                                this.subViewContents = null;
                                subViewNotebook.Remove (content.Control);
                        }
-                       this.Remove (this.Child);
                        content.Dispose ();
                        tabLabel.Dispose ();
 

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to