projects
/
profile
/
mobile
/
apps
/
native
/
myfiles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6e59de
)
[TSAM-763] Correct partname to display order string
62/55162/1
accepted/tizen/mobile/20151222.225612
submit/tizen_mobile/20151222.105344
author
Prakash
<prakashc.p@samsung.com>
Tue, 22 Dec 2015 08:46:44 +0000
(14:16 +0530)
committer
Prakash
<prakashc.p@samsung.com>
Tue, 22 Dec 2015 08:46:44 +0000
(14:16 +0530)
Change-Id: I4376f464cbef3b5186bbf19d129d6d805de79adc
Signed-off-by: Prakash <prakashc.p@samsung.com>
src/widget/mf-popup.c
patch
|
blob
|
history
diff --git
a/src/widget/mf-popup.c
b/src/widget/mf-popup.c
index
07e38f2
..
b502fce
100755
(executable)
--- a/
src/widget/mf-popup.c
+++ b/
src/widget/mf-popup.c
@@
-2265,7
+2265,7
@@
static char *__mf_sort_by_gl_label(void *data, Evas_Object * obj, const char *pa
char *mf_sort_by_order_label_get(void *data, Evas_Object * obj, const char *part)
{
mf_error("part=%s", part);
- if (strcmp(part, "elm.text
.main
") == 0) {
+ if (strcmp(part, "elm.text") == 0) {
return g_strdup(mf_util_get_text(MF_LABEL_ORDER));
}
return g_strdup(_(""));