This is an automated email from the git hooks/post-receive script.
git pushed a commit to reference refs/pull/9/head
in repository ephoto.
View the commit online.
commit bbb258ac27771826b4b234a3675a792dd658a627
Author: Maximilian Lika <maximilian@debian.localhost>
AuthorDate: Sat Aug 23 10:39:25 2025 +0200
Open file not only directory when passing image at startup 2
---
src/bin/ephoto_single_browser.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/bin/ephoto_single_browser.c b/src/bin/ephoto_single_browser.c
index c20ac7e..80c1495 100644
--- a/src/bin/ephoto_single_browser.c
+++ b/src/bin/ephoto_single_browser.c
@@ -1586,6 +1586,7 @@ _ephoto_single_entry_create(void *data, int type EINA_UNUSED,
if (sb->pending_path && !strcmp(e->path, sb->pending_path))
{
eina_stringshare_del(sb->pending_path);
+ sb->pending_path=NULL;
ephoto_single_browser_entry_set(sb->main, e);
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.