2003-12-08 Mike Kestner <mkestner@ximian.com>
* generator/ObjectGen.cs : stupid little whitespace change svn path=/trunk/gtk-sharp/; revision=20887
This commit is contained in:
parent
fb9e8980a4
commit
9c3f47e5d3
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-12-08 Mike Kestner <mkestner@ximian.com>
|
||||
|
||||
* generator/ObjectGen.cs : stupid little whitespace change
|
||||
|
||||
2003-12-08 Mike Kestner <mkestner@ximian.com>
|
||||
|
||||
* glue/type.c : new glue for g_signal_override_class_closure
|
||||
|
|
|
@ -125,7 +125,7 @@ namespace GtkSharp.Generation {
|
|||
|
||||
if (has_sigs && Elem.HasAttribute("parent"))
|
||||
{
|
||||
sw.WriteLine("\t\tprivate Hashtable Signals = new Hashtable();");
|
||||
sw.WriteLine("\t\tprivate Hashtable Signals = new Hashtable();\n");
|
||||
GenSignals (gen_info, null);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue