okra pushed a commit to branch master.

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

commit e25bf7d9dfee0d4c0589faf596b1c773776e3d17
Author: Stephen okra Houston <smhousto...@gmail.com>
Date:   Tue Dec 29 11:28:48 2015 -0600

    Ephoto: Escape should unselect all selected images.
---
 src/bin/ephoto_thumb_browser.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/ephoto_thumb_browser.c b/src/bin/ephoto_thumb_browser.c
index 562faa5..dc36ade 100644
--- a/src/bin/ephoto_thumb_browser.c
+++ b/src/bin/ephoto_thumb_browser.c
@@ -3197,6 +3197,8 @@ _key_down(void *data, Evas *e EINA_UNUSED, Evas_Object 
*obj EINA_UNUSED,
      {
         if (tb->searching)
           _ephoto_search_cancel(tb->search, NULL, NULL);
+        else
+          _grid_menu_clear_cb(tb, NULL, NULL);
      }
 }
 

-- 


Reply via email to