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:
2a3e6e1
)
[TNEF-3474]Selected label display wrong Resolved
97/71797/1
author
Rahul Dadhich
<r.dadhich@samsung.com>
Fri, 27 May 2016 06:44:33 +0000
(12:14 +0530)
committer
Rahul Dadhich
<r.dadhich@samsung.com>
Fri, 27 May 2016 06:44:33 +0000
(12:14 +0530)
Change-Id: If845a41edff97e8e729cfa256c32661fbb0ebb91
Signed-off-by: Rahul Dadhich <r.dadhich@samsung.com>
src/widget/mf-edit-view.c
patch
|
blob
|
history
diff --git
a/src/widget/mf-edit-view.c
b/src/widget/mf-edit-view.c
index
0e418ea
..
a3078ec
100755
(executable)
--- a/
src/widget/mf-edit-view.c
+++ b/
src/widget/mf-edit-view.c
@@
-949,7
+949,7
@@
void mf_edit_view_create(void *data)
mf_edit_select_info_func_set(mf_edit_view_select_info_create);
if (ap->mf_Status.extra != MORE_SEARCH) {
mf_edit_view_select_all_layout_prepend(ap);
- title =
g_strdup_printf(mf_util_get_text(MF_LABEL_SELECTED), 0
);
+ title =
mf_util_get_text(MF_LABEL_SELECT_ITEMS
);
} else {
title = mf_util_get_text(MF_LABEL_SELECT_ITEMS);
}