rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=c51c37766346b733e11150f18552d40bf203d7de

commit c51c37766346b733e11150f18552d40bf203d7de
Author: Viacheslav Reutskyi <reutskiy....@gmail.com>
Date:   Sun Feb 14 12:58:11 2016 +0200

    popup: show the 'Cancel' button
---
 src/bin/ui/popup.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/bin/ui/popup.c b/src/bin/ui/popup.c
index c51cc90..a1e14eb 100644
--- a/src/bin/ui/popup.c
+++ b/src/bin/ui/popup.c
@@ -299,8 +299,6 @@ _fileselector_helper(const char *title,
    elm_fileselector_path_set(fs, path ? path : 
profile_get()->general.projects_folder);
    evas_object_smart_callback_add(fs, "done", _done, follow_up);
    evas_object_smart_callback_add(fs, "activated", _done, follow_up);
-   /* small hack, hide not necessary button */
-   evas_object_hide(elm_layout_content_unset(fs, "elm.swallow.cancel"));
    evas_object_size_hint_min_set(helper, FS_W, FS_H);
    evas_object_resize(helper, FS_W, FS_H);
 

-- 


Reply via email to