Author: rolf
Date: 2007-02-20 13:27:18 -0500 (Tue, 20 Feb 2007)
New Revision: 73204
Modified:
trunk/mono-basic/vbnc/rt/source/frmMain.vb
Log:
Small change to fix build on server.
Modified: trunk/mono-basic/vbnc/rt/source/frmMain.vb
===================================================================
--- trunk/mono-basic/vbnc/rt/source/frmMain.vb 2007-02-20 18:25:25 UTC (rev
73203)
+++ trunk/mono-basic/vbnc/rt/source/frmMain.vb 2007-02-20 18:27:18 UTC (rev
73204)
@@ -426,7 +426,7 @@
Private Sub UpdateUI(ByVal test As Test, Optional ByVal UpdateSummary As
Boolean = True)
If test Is Nothing Then UpdateUI()
If Me.InvokeRequired Then
- Me.BeginInvoke(New UpdateUIDelegate(AddressOf UpdateUI), test,
UpdateSummary)
+ Me.BeginInvoke(New UpdateUIDelegate(AddressOf UpdateUI), New
Object () {test, UpdateSummary})
Else
If Me.Disposing OrElse Me.IsDisposed Then StopIfDebugging() :
Return
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches