2008-12-22 Jürg Billeter <j@bitron.ch>
* vala/valastruct.vala:
Fix type id for library structs registered as boxed types
svn path=/trunk/; revision=2238
+2008-12-22 Jürg Billeter <j@bitron.ch>
+
+ * vala/valastruct.vala:
+
+ Fix type id for library structs registered as boxed types
+
2008-12-22 Thijs Vermeir <thijsvermeir@gmail.com>
* vapi/glib-2.0.vapi:
public override string? get_type_id () {
if (type_id == null) {
- // TODO use attribute check instead
- if (external_package) {
+ if (!has_type_id) {
foreach (DataType type in base_types) {
var st = type.data_type as Struct;
if (st != null) {