projects
/
platform
/
core
/
uifw
/
inputdelegator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5afadd0
)
Fix indentation
53/89753/1
author
Jihoon Kim
<jihoon48.kim@samsung.com>
Tue, 27 Sep 2016 01:38:54 +0000
(10:38 +0900)
committer
Jihoon Kim
<jihoon48.kim@samsung.com>
Tue, 27 Sep 2016 01:38:54 +0000
(10:38 +0900)
Change-Id: I88461756a840f51a31ef6378a2fa4ee4960bc4b5
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/w-input-stt-voice.cpp
patch
|
blob
|
history
diff --git
a/src/w-input-stt-voice.cpp
b/src/w-input-stt-voice.cpp
index bac58657a85c918dbd346d0a5785540d464461ff..c135e4c28f842bb1618461d94d25f37d2ae0f5c3 100755
(executable)
--- a/
src/w-input-stt-voice.cpp
+++ b/
src/w-input-stt-voice.cpp
@@
-965,7
+965,7
@@
static Evas_Object *__get_genlist_item_content(void *data, Evas_Object *obj, con
Evas_Object * content = NULL;
if (!strcmp(part, "elm.icon") ||
-
!strcmp(part, "elm.swallow.end")) {
+ !strcmp(part, "elm.swallow.end")) {
content = elm_radio_add(obj);
elm_object_style_set(content, "list");
elm_radio_state_value_set(content, index);