okra pushed a commit to branch master.

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

commit 401ae914d639098b0131ab17f808f7c763c037bf
Author: Stephen okra Houston <[email protected]>
Date:   Tue Aug 2 16:49:28 2016 -0500

    Ephoto: Don't forget to unfreeze the current view.
---
 src/bin/ephoto_main.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/bin/ephoto_main.c b/src/bin/ephoto_main.c
index c6fef04..4331813 100644
--- a/src/bin/ephoto_main.c
+++ b/src/bin/ephoto_main.c
@@ -50,6 +50,7 @@ _ephoto_thumb_browser_show(Ephoto *ephoto, Ephoto_Entry 
*entry)
    ephoto_thumb_browser_show_controls(ephoto);
    evas_object_freeze_events_set(ephoto->single_browser, EINA_TRUE);
    evas_object_freeze_events_set(ephoto->slideshow, EINA_TRUE);
+   evas_object_freeze_events_set(ephoto->thumb_browser, EINA_FALSE);
    if ((entry) && (entry->item))
      elm_gengrid_item_bring_in(entry->item, ELM_GENGRID_ITEM_SCROLLTO_IN);
 }
@@ -84,6 +85,7 @@ _ephoto_single_browser_show(Ephoto *ephoto, Ephoto_Entry 
*entry)
    ephoto_single_browser_adjust_offsets(ephoto);
    evas_object_freeze_events_set(ephoto->thumb_browser, EINA_TRUE);
    evas_object_freeze_events_set(ephoto->slideshow, EINA_TRUE);
+   evas_object_freeze_events_set(ephoto->single_browser, EINA_FALSE);
 }
 
 static void
@@ -112,6 +114,7 @@ _ephoto_slideshow_show(Ephoto *ephoto, Ephoto_Entry *entry)
    ephoto_slideshow_adjust_offsets(ephoto);
    evas_object_freeze_events_set(ephoto->single_browser, EINA_TRUE);
    evas_object_freeze_events_set(ephoto->thumb_browser, EINA_TRUE);
+   evas_object_freeze_events_set(ephoto->slideshow, EINA_FALSE);
 }
 
 static void

-- 


Reply via email to