rimmed pushed a commit to branch master.

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

commit fb6e187bfd79587eb6fa789d71102aeba5ce58f9
Author: Jaehwan Kim <jae.hwan....@samsung.com>
Date:   Thu Jul 7 17:36:01 2016 +0900

    export: export edj with only used groups and add append feature.
    
    export edj file with only used groups. If any group is not used in
    current project, it isn't included in saved edj.
    And if we set the exist file name to export, it is possible that
    current groups are appended into the edj file.
    
    @feature
---
 src/bin/ui/popup.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/ui/popup.c b/src/bin/ui/popup.c
index 48a1ca2..aa25bc3 100644
--- a/src/bin/ui/popup.c
+++ b/src/bin/ui/popup.c
@@ -137,6 +137,8 @@ popup_want_action(const char *title,
         BTN_ADD(_("Cancel"), "button3", &_btn_cancel);
         evas_object_smart_callback_add(ap.popup, SIGNAL_SHORTCUT_CANCEL, 
_btn_cb, &_btn_cancel);
      }
+   else if ((popup_btns & BTN_CANCEL) && (popup_btns & BTN_APPEND))
+     BTN_ADD(_("Cancel"), "button3", &_btn_cancel)
    else if (popup_btns & BTN_CANCEL)
      {
         BTN_ADD(_("Cancel"), "button2", &_btn_cancel);

-- 


Reply via email to