Author: jackson
Date: 2007-06-21 09:29:49 -0400 (Thu, 21 Jun 2007)
New Revision: 80474

Modified:
   trunk/moon/plugin/moonlight.cs
Log:

        Remove the surface attach call, it's broking init order
somewhere.



Modified: trunk/moon/plugin/moonlight.cs
===================================================================
--- trunk/moon/plugin/moonlight.cs      2007-06-21 13:28:45 UTC (rev 80473)
+++ trunk/moon/plugin/moonlight.cs      2007-06-21 13:29:49 UTC (rev 80474)
@@ -225,9 +225,11 @@
                        error = 0;
                        Hosting.surface_attach (surface, p);
 
+                       /*
                        m = typeof (Canvas).Assembly.GetType ("Mono.Hosting").
                        GetMethod ("SurfaceAttach", BindingFlags.Static | 
BindingFlags.NonPublic);
                        m.Invoke (null, new object [] { surface, c });
+                       */
 
                        return null;
                }

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

Reply via email to