From 8e54c29d394a5d4221d2b7d38222e78494f1804c Mon Sep 17 00:00:00 2001 From: Stephen Houston Date: Thu, 3 Nov 2011 17:09:06 +0000 Subject: [PATCH] Make sure to reset the window title back to the directory path when returning from single image to the grid. SVN revision: 64708 --- 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 edd813a..ae691ce 100644 --- a/src/bin/ephoto_main.c +++ b/src/bin/ephoto_main.c @@ -28,6 +28,7 @@ _ephoto_thumb_browser_show(Ephoto *ephoto, Ephoto_Entry *entry) ephoto_slideshow_entry_set(ephoto->slideshow, NULL); elm_pager_content_promote(ephoto->pager, ephoto->thumb_browser); _ephoto_state_set(ephoto, EPHOTO_STATE_THUMB); + ephoto_title_set(ephoto, ephoto->config->directory); if ((entry) && (entry->item)) elm_gengrid_item_bring_in(entry->item); }