[TSAM-8346]Compress Text Issue Resolved 55/90855/1
authorshubham kumar <shubham.srib@samsung.com>
Tue, 4 Oct 2016 12:05:12 +0000 (17:35 +0530)
committershubham kumar <shubham.srib@samsung.com>
Tue, 4 Oct 2016 12:05:12 +0000 (17:35 +0530)
Change-Id: I14b260768c56863a75faa7947f7cee03684e8246
Signed-off-by: shubham kumar <shubham.srib@samsung.com>
src/widget/mf-navi-bar.c

index 06abc4a..c0c4f7b 100755 (executable)
@@ -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);
        }