This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository enlightenment.
View the commit online.
commit 81d7fb15abc81a758d0a161640a56a3b770cfd19
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Mon Apr 17 12:15:01 2023 +0100
exec - store out incremented sutartup id to avoid clashes - fix
@fix
---
src/bin/e_exec.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/bin/e_exec.c b/src/bin/e_exec.c
index 3b71d232a..a31d41378 100644
--- a/src/bin/e_exec.c
+++ b/src/bin/e_exec.c
@@ -599,6 +599,7 @@ _e_exec_cb_exec(void *data, Efreet_Desktop *desktop, char *exec, int remaining)
if (startup_id < 0) startup_id = 0;
}
if (++startup_id < 1) startup_id = 1;
+ e_exehist_startup_id_set(startup_id);
snprintf(buf, sizeof(buf), "E_START|%i", startup_id);
e_util_env_set("DESKTOP_STARTUP_ID", buf);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.