mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
2007-10-10 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-script.c (json_object_end): Add "type_func" to the list of attributes we skip.
This commit is contained in:
@ -600,7 +600,9 @@ json_object_end (JsonParser *parser,
|
||||
|
||||
val = json_object_get_member (object, name);
|
||||
|
||||
if (strcmp (name, "id") == 0 || strcmp (name, "type") == 0)
|
||||
if (strcmp (name, "id") == 0 ||
|
||||
strcmp (name, "type_func") == 0 ||
|
||||
strcmp (name, "type") == 0)
|
||||
continue;
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user