Author: mkestner
Date: 2007-10-01 23:08:44 -0400 (Mon, 01 Oct 2007)
New Revision: 86732

Modified:
   trunk/gtk-sharp/ChangeLog
   trunk/gtk-sharp/generator/OpaqueGen.cs
Log:

2007-10-01  Mike Kestner  <[EMAIL PROTECTED]>

        * generator/OpaqueGen.cs: disable Copy generation fix until I can
        figure out why it breaks DnD.


Modified: trunk/gtk-sharp/ChangeLog
===================================================================
--- trunk/gtk-sharp/ChangeLog   2007-10-02 03:06:40 UTC (rev 86731)
+++ trunk/gtk-sharp/ChangeLog   2007-10-02 03:08:44 UTC (rev 86732)
@@ -1,5 +1,10 @@
 2007-10-01  Mike Kestner  <[EMAIL PROTECTED]>
 
+       * generator/OpaqueGen.cs: disable Copy generation fix until I can
+       figure out why it breaks DnD.
+
+2007-10-01  Mike Kestner  <[EMAIL PROTECTED]>
+
        * gtk/TreePath.custom: use Marshal.Copy to copy indices array.
 
 2007-10-01  Mike Kestner  <[EMAIL PROTECTED]>

Modified: trunk/gtk-sharp/generator/OpaqueGen.cs
===================================================================
--- trunk/gtk-sharp/generator/OpaqueGen.cs      2007-10-02 03:06:40 UTC (rev 
86731)
+++ trunk/gtk-sharp/generator/OpaqueGen.cs      2007-10-02 03:08:44 UTC (rev 
86732)
@@ -129,6 +129,7 @@
                                }       
                        }
 
+#if false
                        Method copy = Methods ["Copy"] as Method;
                        if (copy != null && copy.Parameters.Count == 0) {
                                sw.WriteLine ("\t\tprotected override 
GLib.Opaque Copy (IntPtr raw)");
@@ -139,6 +140,7 @@
                                sw.WriteLine ("\t\t}");
                                sw.WriteLine ();
                        }
+#endif
                        sw.WriteLine ("#endregion");
                        
                        AppendCustom(sw, gen_info.CustomDir);

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

Reply via email to