[Monodevelop-patches-list] r2508 - in trunk/MonoDevelop/Extras/BooBinding: . BooShell
Peter Johanson <latexer@gentoo.org>
pjohanson at mono-cvs.ximian.com
Tue May 3 08:34:49 EDT 2005
Author: pjohanson
Date: 2005-05-03 08:34:49 -0400 (Tue, 03 May 2005)
New Revision: 2508
Modified:
trunk/MonoDevelop/Extras/BooBinding/BooShell/BooShell.boo
trunk/MonoDevelop/Extras/BooBinding/ChangeLog
Log:
Make sure we don't get disposed prematurely.
Modified: trunk/MonoDevelop/Extras/BooBinding/BooShell/BooShell.boo
===================================================================
--- trunk/MonoDevelop/Extras/BooBinding/BooShell/BooShell.boo 2005-05-03 02:13:48 UTC (rev 2507)
+++ trunk/MonoDevelop/Extras/BooBinding/BooShell/BooShell.boo 2005-05-03 12:34:49 UTC (rev 2508)
@@ -41,6 +41,9 @@
private _processing as string = "true"
+ override def InitializeLifetimeService ():
+ return null
+
def Reset() as bool:
EnqueueCommand (ShellCommand (ShellCommandType.Reset, null))
return true
Modified: trunk/MonoDevelop/Extras/BooBinding/ChangeLog
===================================================================
--- trunk/MonoDevelop/Extras/BooBinding/ChangeLog 2005-05-03 02:13:48 UTC (rev 2507)
+++ trunk/MonoDevelop/Extras/BooBinding/ChangeLog 2005-05-03 12:34:49 UTC (rev 2508)
@@ -1,3 +1,8 @@
+2005-05-03 Peter Johanson <latexer at gentoo.org>
+
+ * BooShell/BooShell.boo: Make sure we don't get
+ disposed prematurely.
+
2005-05-02 Peter Johanson <latexer at gentoo.org>
* Remoting/*:
More information about the Monodevelop-patches-list
mailing list