Make sure to reset the window title back to the directory path when returning from single image to the grid.

SVN revision: 64708
This commit is contained in:
Stephen Houston 2011-11-03 17:09:06 +00:00
parent b8c65ecd51
commit 8e54c29d39
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}