summaryrefslogtreecommitdiff
path: root/src/static_libs
diff options
context:
space:
mode:
authorHermet Park <hermetpark@gmail.com>2019-08-05 20:42:26 +0900
committerHermet Park <hermetpark@gmail.com>2019-08-05 20:42:26 +0900
commit16d806ff92edab6c8d2d7440794b2c535aee9d21 (patch)
treea34b401fe3ae0f7ce8e604493a89fd9236e0f79f /src/static_libs
parent949cf2750b0a8ee105aaedb891b6e17a439ac6f8 (diff)
downloadefl-16d806ff92edab6c8d2d7440794b2c535aee9d21.tar.gz
vg json: up to date internal reference.
rlottie is not officially released, still it's unstable.
Diffstat (limited to 'src/static_libs')
-rw-r--r--src/static_libs/vg_common/vg_common_json.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static_libs/vg_common/vg_common_json.c b/src/static_libs/vg_common/vg_common_json.c
index 9b2d8403f4..63270000e8 100644
--- a/src/static_libs/vg_common/vg_common_json.c
+++ b/src/static_libs/vg_common/vg_common_json.c
@@ -381,7 +381,7 @@ _update_vg_tree(Efl_Canvas_Vg_Container *root, const LOTLayerNode *layer, int de
{
ctree = efl_add(EFL_CANVAS_VG_CONTAINER_CLASS, root);
efl_key_data_set(root, key, ctree);
- if (clayer->name) efl_key_data_set(ctree, "_lot_node_name", clayer->name);
+ if (clayer->keypath) efl_key_data_set(ctree, "_lot_node_name", clayer->keypath);
}
#if DEBUG
for (int i = 0; i < depth; i++) printf(" ");