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 913b7d701adc07cf78214a5cb14d534f00719207
Author: Carsten Haitzler <[email protected]>
AuthorDate: Thu Dec 29 12:13:27 2022 +0000
desklock - dont care if we suspend or not when we run lock/unlock apps
@fix
---
src/bin/e_desklock.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/bin/e_desklock.c b/src/bin/e_desklock.c
index de5806c60..c55846d55 100644
--- a/src/bin/e_desklock.c
+++ b/src/bin/e_desklock.c
@@ -507,8 +507,6 @@ _e_desklock_cb_run(void *data EINA_UNUSED, int type EINA_UNUSED, void *event)
E_Order *desk_run;
char buf[PATH_MAX];
- if (!ev->suspend) return ECORE_CALLBACK_PASS_ON;
-
if (ev->on)
{
e_user_dir_concat_static(buf, "applications/desk-lock/.order");
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.