Add test for interface prereq

svn path=/trunk/; revision=935
This commit is contained in:
Colin Walters 2008-11-17 00:27:44 +00:00
parent 7916f49e55
commit 44b1fde2db

View File

@ -2519,7 +2519,7 @@ start_element_handler (GMarkupParseContext *context,
GIrNodeInterface *iface;
iface = (GIrNodeInterface *)ctx->current_node;
iface ->prerequisites = g_list_append (iface->prerequisites, g_strdup (name));
iface->prerequisites = g_list_append (iface->prerequisites, g_strdup (name));
}
goto out;
}