2004-02-07 Mike Kestner <mkestner@ximian.com>
* generator/ObjectGen.cs : oops, remove a couple C.WLs. svn path=/trunk/gtk-sharp/; revision=22866
This commit is contained in:
parent
f91aeb5425
commit
3d95f23f6f
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-02-07 Mike Kestner <mkestner@ximian.com>
|
||||
|
||||
* generator/ObjectGen.cs : oops, remove a couple C.WLs.
|
||||
|
||||
2004-02-07 Gustavo Giraldez <gustavo.giraldez@gmx.net>
|
||||
|
||||
* atk/Makefile.in : fix copy/paste error in --assembly-name.
|
||||
|
|
|
@ -260,8 +260,6 @@ namespace GtkSharp.Generation {
|
|||
|
||||
Console.WriteLine ("Generating mappers");
|
||||
foreach (string key in dir_info.objects.Keys) {
|
||||
Console.WriteLine ("Expected: " + GetExpected(key));
|
||||
Console.WriteLine ("dir_info.objects[key]+assname: " + ((string) dir_info.objects[key]) + "," + dir_info.assembly_name);
|
||||
if (GetExpected(key) != ((string) dir_info.objects[key] + "," + dir_info.assembly_name))
|
||||
sw.WriteLine ("\t\t\tGtkSharp.ObjectManager.RegisterType(\"" + key + "\", \"" + dir_info.objects [key] + "," + dir_info.assembly_name + "\");");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue