1
0
Fork 0

2007-12-25 Emmanuele Bassi <ebassi@openedhand.com>

* clutter/clutter-enum-types.c.in: Fix the template
This commit is contained in:
Emmanuele Bassi 2007-12-25 11:41:10 +00:00
parent 09a2f0733a
commit 60e14ae728
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2007-12-25 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-enum-types.c.in: Fix the template
2007-12-24 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-stage.c:

View file

@ -25,6 +25,6 @@ GType
};
etype = g_@type@_register_static (g_intern_static_string ("@EnumName@"), values);
}
return enum_type_id;
return etype;
}
/*** END value-tail ***/