From c589ea128f9432ed1bf7e08e24416d3af8256e1c Mon Sep 17 00:00:00 2001 From: titan Date: Sun, 24 Oct 2010 19:10:20 +0000 Subject: [PATCH] Make sure to leave fullscreen mode when exiting the slideshow. SVN revision: 53838 --- src/bin/ephoto_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/ephoto_main.c b/src/bin/ephoto_main.c index 44c2d1e..8bc2896 100644 --- a/src/bin/ephoto_main.c +++ b/src/bin/ephoto_main.c @@ -69,6 +69,7 @@ _ephoto_slideshow_back(void *data, Evas_Object *obj __UNUSED__, void *event_info default: ERR("unhandled previous state %d", ephoto->prev_state); } + elm_win_fullscreen_set(ephoto->win, EINA_FALSE); } static void