From b5beeeee504443ce6d6527361daf8e1938cd06fb Mon Sep 17 00:00:00 2001 From: shubham kumar Date: Tue, 4 Oct 2016 17:35:12 +0530 Subject: [PATCH] [TSAM-8346]Compress Text Issue Resolved Change-Id: I14b260768c56863a75faa7947f7cee03684e8246 Signed-off-by: shubham kumar --- src/widget/mf-navi-bar.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/widget/mf-navi-bar.c b/src/widget/mf-navi-bar.c index 06abc4a..c0c4f7b 100755 --- a/src/widget/mf-navi-bar.c +++ b/src/widget/mf-navi-bar.c @@ -913,9 +913,6 @@ Evas_Object *mf_naviframe_right_save_button_create(Evas_Object *pParent, Elm_Obj elm_object_style_set(btn, "naviframe/title_right"); if (ap->mf_Status.more == MORE_EDIT_DELETE) { mf_object_text_set(btn, MF_LABEL_DELETE, NULL); - } - if (ap->mf_Status.more == MORE_COMPRESS) { - mf_object_text_set(btn, MF_LABEL_COMPRESS, NULL); } else { mf_object_text_set(btn, MF_LABEL_DONE, NULL); } -- 2.7.4