Ephoto: Fix bug where the navigation didn't work if ephoto opened directly with an image.

This commit is contained in:
Stephen okra Houston 2015-12-29 09:08:39 -06:00
parent f74f2b421f
commit 1941bdb9c3
1 changed files with 3 additions and 0 deletions

View File

@ -420,6 +420,9 @@ _ephoto_populate_end(void *data, Eio_File *handler EINA_UNUSED)
ed->ephoto->ls = NULL;
if (!ed->ephoto->selentries)
ephoto_single_browser_entries_set(ed->ephoto->single_browser,
ed->ephoto->entries);
ecore_event_add(EPHOTO_EVENT_POPULATE_END, NULL, NULL, NULL);
free(ed);
}