summaryrefslogtreecommitdiff
path: root/src/static_libs
diff options
context:
space:
mode:
authorHermet Park <hermetpark@gmail.com>2019-08-05 21:09:14 +0900
committerHermet Park <hermetpark@gmail.com>2019-08-05 21:09:14 +0900
commit8650c7d09d30f78e88d292d10760cab3037ee9c5 (patch)
tree7e8f1a10a85ade792ba2863c77d6f38123886344 /src/static_libs
parent16d806ff92edab6c8d2d7440794b2c535aee9d21 (diff)
downloadefl-8650c7d09d30f78e88d292d10760cab3037ee9c5.tar.gz
vg json: update missing change in 16d806ff92edab6c8d2d7440794b2c535aee9d21.
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 63270000e8..47923c95aa 100644
--- a/src/static_libs/vg_common/vg_common_json.c
+++ b/src/static_libs/vg_common/vg_common_json.c
@@ -466,7 +466,7 @@ vg_common_json_create_vg_node(Vg_File_Data *vfd)
root = efl_add_ref(EFL_CANVAS_VG_CONTAINER_CLASS, NULL);
if (!root) return EINA_FALSE;
efl_key_data_set(root, _get_key_val((void *) tree), tree);
- if (tree->name) efl_key_data_set(root, "_lot_node_name", tree->name);
+ if (tree->keypath) efl_key_data_set(root, "_lot_node_name", tree->keypath);
vfd->root = root;
}
efl_gfx_color_set(root, tree->mAlpha, tree->mAlpha, tree->mAlpha, tree->mAlpha);