This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository ephoto.
View the commit online.
commit 30a280d00ea8d2b05c0fb5366ffb29ca7ba43f96
Author: Maximilian Lika <[email protected]>
AuthorDate: Sat Aug 23 08:00:05 2025 +0200
Open file not only directory when passing image at startup
---
src/bin/ephoto_thumb_browser.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/bin/ephoto_thumb_browser.c b/src/bin/ephoto_thumb_browser.c
index c5be268..e5f6907 100644
--- a/src/bin/ephoto_thumb_browser.c
+++ b/src/bin/ephoto_thumb_browser.c
@@ -1562,8 +1562,6 @@ _ephoto_thumb_populate_end(void *data, int type EINA_UNUSED,
ephoto_thumb_browser_update_info_label(tb->ephoto);
}
tb->entries = tb->ephoto->entries;
- ephoto_single_browser_entries_set(tb->ephoto->single_browser,
- tb->ephoto->entries);
if (eina_list_count(tb->entries) < 1 && tb->ephoto->config->folders)
{
ephoto_show_folders(tb->ephoto, EINA_FALSE);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.