From 913b7d701adc07cf78214a5cb14d534f00719207 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Thu, 29 Dec 2022 12:13:27 +0000 Subject: [PATCH] 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");