summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSangHyeon Jade Lee <sh10233.lee@samsung.com>2019-12-23 16:21:10 +0900
committerJaehyun Cho <jae_hyun.cho@samsung.com>2019-12-23 16:21:10 +0900
commitb9b9287454bf8f17fa53611625529d4498b06faf (patch)
treef75e6678b84112493c419e0a166ac50e67e61484
parent46ee203331d596ac3aa1ec48b729be42c084088a (diff)
downloadefl-b9b9287454bf8f17fa53611625529d4498b06faf.tar.gz
eolian_mono : add verb unselect on naming helper.
Summary: currently select is verb and mono name is exposed SelectAll but unselect is non-verb and mono name is exposed AllUnselect. to fix this differencies, add unselect in the verb list. Reviewers: segfaultxavi, Jaehyun_Cho Reviewed By: Jaehyun_Cho Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D10952
-rw-r--r--src/bin/eolian_mono/eolian/mono/name_helpers.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bin/eolian_mono/eolian/mono/name_helpers.hh b/src/bin/eolian_mono/eolian/mono/name_helpers.hh
index 867b832444..7f71d9279b 100644
--- a/src/bin/eolian_mono/eolian/mono/name_helpers.hh
+++ b/src/bin/eolian_mono/eolian/mono/name_helpers.hh
@@ -174,7 +174,8 @@ static const std::vector<std::string> verbs =
"sync",
"toggle",
"unbind",
- "unregister"
+ "unregister",
+ "unselect"
};
const std::vector<std::string> not_verbs =