eldbus: Mark introspection of parent object as dirty when adding a child object

This commit is contained in:
José Roberto de Souza 2013-08-19 15:24:17 -03:00
parent eff087a4b3
commit fe6a51f7e9
1 changed files with 1 additions and 0 deletions

View File

@ -676,6 +676,7 @@ _eldbus_service_object_add(Eldbus_Connection *conn, const char *path)
{
obj->parent->children = eina_inlist_append(obj->parent->children,
EINA_INLIST_GET(obj));
obj->parent->introspection_dirty = EINA_TRUE;
return obj;
}