Author: toshok
Date: 2007-01-10 14:45:32 -0500 (Wed, 10 Jan 2007)
New Revision: 70807
Modified:
trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs
trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
Log:
* Application.cs: fix compilation errors when debug is enabled.
2007-01-10 Chris Toshok <[EMAIL PROTECTED]>
Modified:
trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs
===================================================================
--- trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs
2007-01-10 19:43:45 UTC (rev 70806)
+++ trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs
2007-01-10 19:45:32 UTC (rev 70807)
@@ -179,7 +179,7 @@
XplatUI.PostMessage(f.Handle, Msg.WM_CLOSE_INTERNAL, IntPtr.Zero, IntPtr.Zero);
}
#if DebugRunLoop
- Console.WriteLine("
Closing form {0}", c);
+ Console.WriteLine("
Closing form {0}", f);
#endif
}
}
@@ -554,7 +554,7 @@
if (f != context.MainForm) {
if (f.IsHandleCreated
&& XplatUI.IsEnabled(f.Handle)) {
#if DebugRunLoop
-
Console.WriteLine(" Disabling form {0}", c);
+
Console.WriteLine(" Disabling form {0}", f);
#endif
XplatUI.EnableWindow(f.Handle, false);
toplevels.Enqueue(f);
Modified: trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
===================================================================
--- trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
2007-01-10 19:43:45 UTC (rev 70806)
+++ trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
2007-01-10 19:45:32 UTC (rev 70807)
@@ -1,5 +1,9 @@
2007-01-10 Chris Toshok <[EMAIL PROTECTED]>
+ * Application.cs: fix compilation errors when debug is enabled.
+
+2007-01-10 Chris Toshok <[EMAIL PROTECTED]>
+
* ContainerControl.cs (set_ActiveControl): rework this a bit (and
add some nice ascii art pictures and explanation of the process).
(GetMostDeeplyNestedActiveControl): new utility function we need
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches