config: fix keybindings for Efl.Ui.Check

Thanks to Woohyun for reporting this.

Signed-off-by: Amitesh Singh <amitesh.sh@samsung.com>
This commit is contained in:
Amitesh Singh 2017-05-22 14:47:37 +09:00
parent 83a294664e
commit 4b1e3a3d5b
3 changed files with 3 additions and 3 deletions

View File

@ -749,7 +749,7 @@ group "Elm_Config" struct {
}
}
group "Elm_Config_Bindings_Widget" struct {
value "name" string: "Elm_Check";
value "name" string: "Efl.Ui.Check";
group "key_bindings" list {
group "Elm_Config_Binding_Key" struct {
value "context" int: 0;

View File

@ -753,7 +753,7 @@ group "Elm_Config" struct {
}
}
group "Elm_Config_Bindings_Widget" struct {
value "name" string: "Elm_Check";
value "name" string: "Efl.Ui.Check";
group "key_bindings" list {
group "Elm_Config_Binding_Key" struct {
value "context" int: 0;

View File

@ -750,7 +750,7 @@ group "Elm_Config" struct {
}
}
group "Elm_Config_Bindings_Widget" struct {
value "name" string: "Elm_Check";
value "name" string: "Efl.Ui.Check";
group "key_bindings" list {
group "Elm_Config_Binding_Key" struct {
value "context" int: 0;