okra pushed a commit to branch master.

http://git.enlightenment.org/apps/ephoto.git/commit/?id=5b6826d78575018ae8b263757f0fb572377f674d

commit 5b6826d78575018ae8b263757f0fb572377f674d
Author: Stephen okra Houston <smhousto...@gmail.com>
Date:   Tue Aug 23 09:44:07 2016 -0500

    Ephoto: Don't allow escape to return to the thumb view when the editor is 
open.
---
 src/bin/ephoto_single_browser.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/ephoto_single_browser.c b/src/bin/ephoto_single_browser.c
index 0062268..df0eb23 100644
--- a/src/bin/ephoto_single_browser.c
+++ b/src/bin/ephoto_single_browser.c
@@ -1951,7 +1951,7 @@ _ephoto_main_key_down(void *data, Evas *e EINA_UNUSED, 
Evas_Object *obj EINA_UNU
        return;
      }
 
-   if (!strcmp(k, "Escape") && !sb->editing)
+   if (!strcmp(k, "Escape") && !sb->editing && !sb->edit_main)
      {
        if (sb->event)
          {

-- 


Reply via email to