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:
parent
c6ed501d04
commit
ba6aa935d4
2 changed files with 7 additions and 5 deletions
|
@ -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>
|
||||
|
||||
* generator/ObjectGen.cs (GenProperty): Comment the last checkin out
|
||||
|
|
|
@ -184,11 +184,8 @@ namespace GtkSharp.Generation {
|
|||
Console.Write("Interface property detected ");
|
||||
Statistics.ThrottledCount++;
|
||||
return true;
|
||||
// FIXME: This will cause InvalidCastExceptions but
|
||||
// it's commented out to help expose a compiler bug
|
||||
//
|
||||
// } else if (table.IsObject(c_type)) {
|
||||
// v_type = "GLib.Object";
|
||||
} else if (table.IsObject(c_type)) {
|
||||
v_type = "GLib.Object";
|
||||
}
|
||||
|
||||
if (cs_type == "") {
|
||||
|
|
Loading…
Reference in a new issue