eldbus: Mark introspection of parent object as dirty when adding a child object
authorJosé Roberto de Souza <jose.souza@intel.com>
Mon, 19 Aug 2013 18:24:17 +0000 (15:24 -0300)
committerEduardo Lima (Etrunko) <eduardo.lima@intel.com>
Fri, 11 Oct 2013 19:52:41 +0000 (16:52 -0300)
src/lib/eldbus_service.c

index 8f5ec2a..5bf4351 100644 (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;
      }