eldbus: Only a explicit call should unregister a object path

This commit is contained in:
José Roberto de Souza 2013-08-23 20:06:56 -03:00
parent 97ad61df93
commit 9b49791de0
1 changed files with 0 additions and 3 deletions

View File

@ -1469,8 +1469,5 @@ eldbus_service_object_manager_detach(Eldbus_Service_Interface *iface)
ret = eina_hash_del(obj->interfaces, objmanager->name, NULL);
obj->objmanager = NULL;
obj->introspection_dirty = EINA_TRUE;
//properties + introspectable
if (eina_hash_population(iface->obj->interfaces) < 3)
eldbus_service_object_unregister(iface);
return ret;
}