2002-05-08 Joe Shaw <joe@assbarn.com>

* generator/ObjectGen.cs (GenProperty): And uncomment it out because
	the compiler bug is fixed.

svn path=/trunk/gtk-sharp/; revision=4424
This commit is contained in:
Joe Shaw 2002-05-08 18:33:05 +00:00
parent c6ed501d04
commit ba6aa935d4
2 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2002-05-08 Joe Shaw <joe@assbarn.com>
* generator/ObjectGen.cs (GenProperty): And uncomment it out because
the compiler bug is fixed.
2002-05-08 Joe Shaw <joe@assbarn.com> 2002-05-08 Joe Shaw <joe@assbarn.com>
* generator/ObjectGen.cs (GenProperty): Comment the last checkin out * generator/ObjectGen.cs (GenProperty): Comment the last checkin out

View File

@ -184,11 +184,8 @@ namespace GtkSharp.Generation {
Console.Write("Interface property detected "); Console.Write("Interface property detected ");
Statistics.ThrottledCount++; Statistics.ThrottledCount++;
return true; return true;
// FIXME: This will cause InvalidCastExceptions but } else if (table.IsObject(c_type)) {
// it's commented out to help expose a compiler bug v_type = "GLib.Object";
//
// } else if (table.IsObject(c_type)) {
// v_type = "GLib.Object";
} }
if (cs_type == "") { if (cs_type == "") {