This commit is contained in:
John Cupitt 2009-01-22 17:07:47 +00:00
parent 9727f9a6c1
commit 2935369e06
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ enum {
/* Properties.
*/
enum {
PROP_NICKNAME, /* Class properties as object props */
PROP_NICKNAME = 1,/* Class properties as object props */
PROP_DESCRIPTION,
PROP_LAST
};

View File

@ -131,7 +131,7 @@
/* Properties.
*/
enum {
PROP_SHARPENING,
PROP_SHARPENING = 1,
PROP_LAST
};