* generator/Ctor.cs: Warnings was output like "ctor" fixed to
output like "in ctor", like the rest of the warnings. svn path=/trunk/gtk-sharp/; revision=22394
This commit is contained in:
parent
6b4af0e8da
commit
64e7ad9f30
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-01-22 Martin Willemoes Hansen <mwh@sysrq.dk>
|
||||||
|
|
||||||
|
* generator/Ctor.cs: Warnings was output like "ctor" fixed to
|
||||||
|
output like "in ctor", like the rest of the warnings.
|
||||||
|
|
||||||
2004-01-21 John Luke <jluke@cfl.rr.com>
|
2004-01-21 John Luke <jluke@cfl.rr.com>
|
||||||
|
|
||||||
* vte/Makefile.in: fix so you can build from scratch
|
* vte/Makefile.in: fix so you can build from scratch
|
||||||
|
|
|
@ -53,7 +53,7 @@ namespace GtkSharp.Generation {
|
||||||
{
|
{
|
||||||
if (parms != null) {
|
if (parms != null) {
|
||||||
if (!parms.Validate ()) {
|
if (!parms.Validate ()) {
|
||||||
Console.Write("ctor ");
|
Console.Write("in ctor ");
|
||||||
Statistics.ThrottledCount++;
|
Statistics.ThrottledCount++;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue