projects
/
profile
/
mobile
/
apps
/
native
/
music-player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4eee115
)
Fixed TSAM-9308 Screen of Reorder display wrong
88/93388/1
author
bhutani.92
<bhutani.92@samsung.com>
Mon, 24 Oct 2016 05:49:57 +0000
(11:19 +0530)
committer
bhutani.92
<bhutani.92@samsung.com>
Mon, 24 Oct 2016 05:49:57 +0000
(11:19 +0530)
Change-Id: I39b03666142228109a239c7eee7132de182e5b04
Signed-off-by: bhutani.92 <bhutani.92@samsung.com>
src/view/mp-edit-view.c
patch
|
blob
|
history
diff --git
a/src/view/mp-edit-view.c
b/src/view/mp-edit-view.c
index 1f881ace7af58f04dedf06c37e6955cef96b564c..d87ccc16cb3f2b50b12961b8fcc1fcab25fea9ce 100755
(executable)
--- a/
src/view/mp-edit-view.c
+++ b/
src/view/mp-edit-view.c
@@
-334,6
+334,10
@@
static int _mp_edit_view_update_options(void *thiz)
elm_check_state_set(view->select_all_btn, EINA_FALSE);
}
+ if (view->list_mode == MP_EDIT_VIEW_REORDER) {
+ mp_view_set_title((MpView_t *)view, STR_MP_REORDER);
+ }
+
if (view->done_btn) {
if (mp_list_get_checked_count((MpList_t *)view->content_to_show)) {
elm_object_disabled_set(view->done_btn, EINA_FALSE);