projects
/
profile
/
mobile
/
apps
/
native
/
ug-setting-notification-efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b9cc5f
)
TSAM-1684 using proper part to write "Excluded apps"
31/65831/1
accepted/tizen/mobile/20160414.092358
submit/tizen/20160414.065201
author
Andrey Klimenko
<and.klimenko@samsung.com>
Wed, 13 Apr 2016 08:45:53 +0000
(11:45 +0300)
committer
Andrey Klimenko
<and.klimenko@samsung.com>
Wed, 13 Apr 2016 08:45:53 +0000
(11:45 +0300)
Change-Id: I3ffd4bdab7056a45e95592660efd10507537787b
Signed-off-by: Andrey Klimenko <and.klimenko@samsung.com>
src/common-efl.c
patch
|
blob
|
history
diff --git
a/src/common-efl.c
b/src/common-efl.c
index
980d2bd
..
589ebbb
100755
(executable)
--- a/
src/common-efl.c
+++ b/
src/common-efl.c
@@
-146,8
+146,7
@@
static char *gl_group_index_text_get_cb(void *data, Evas_Object *obj, const char
{
char *text = (char*)data;
-
- if (!strcmp(part, "elm.text.end")) {
+ if (!strcmp(part, "elm.text")) {
return strdup(text);
}