2008-09-16 Jeffrey Stedfast <fejj@novell.com>

* generator/Property.cs (IsDeprecated): Allow "1" or "true".

	* generator/Method.cs (.ctor): Allow "1" or "true".

	* generator/ClassBase.cs: Allow a value of "true" to work the same
	as "1" for the deprecated and abstract attributes.


svn path=/trunk/gtk-sharp/; revision=113239
This commit is contained in:
Jeffrey Stedfast 2008-09-16 23:22:01 +00:00
parent ccb3ac6a13
commit ffb1bf4951

View File

@ -1,5 +1,12 @@
2008-09-16 Jeffrey Stedfast <fejj@novell.com>
* generator/Property.cs (IsDeprecated): Allow "1" or "true".
* generator/Method.cs (.ctor): Allow "1" or "true".
* generator/ClassBase.cs: Allow a value of "true" to work the same
as "1" for the deprecated and abstract attributes.
* generator/ObjectGen.cs (Generate): Remove the extra generated
space if the class isn't abstract.