okra pushed a commit to branch master. http://git.enlightenment.org/apps/ephoto.git/commit/?id=994bda6688e26c97c0a20b73ca8171d42d27e29d
commit 994bda6688e26c97c0a20b73ca8171d42d27e29d Author: Stephen okra Houston <[email protected]> Date: Mon Aug 15 13:47:19 2016 -0500 Ephoto: Don't disable the similarity sorting at the wrong time. --- src/bin/ephoto_thumb_browser.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/ephoto_thumb_browser.c b/src/bin/ephoto_thumb_browser.c index 14eab94..2ced4b3 100644 --- a/src/bin/ephoto_thumb_browser.c +++ b/src/bin/ephoto_thumb_browser.c @@ -2084,7 +2084,6 @@ ephoto_thumb_browser_show_controls(Ephoto *ephoto) elm_box_pack_end(ephoto->controls_right, hover); evas_object_show(hover); tb->hover = hover; - elm_object_item_disabled_set(tb->similarity, EINA_TRUE); } Evas_Object * --
