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 a5b841d308443f7c87b66b3e3a4b852f561b42ff
Author: Carsten Haitzler <[email protected]>
AuthorDate: Fri Sep 26 21:26:41 2025 +0100

    suspent smart - fix deferred suspend to work if more pwsv events happen
    
    @fix
---
 src/bin/e_powersave.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/e_powersave.c b/src/bin/e_powersave.c
index 2d00de3b0..81c2b0633 100644
--- a/src/bin/e_powersave.c
+++ b/src/bin/e_powersave.c
@@ -376,9 +376,9 @@ _e_powersave_event_update_free(void *data EINA_UNUSED, void *event)
           e_sys_action_do(E_SYS_HIBERNATE, NULL);
         else if (powersave_deferred_suspend)
           e_sys_action_do(E_SYS_SUSPEND_MODE, NULL);
+        powersave_deferred_hibernate = EINA_FALSE;
+        powersave_deferred_suspend = EINA_FALSE;
      }
-   powersave_deferred_hibernate = EINA_FALSE;
-   powersave_deferred_suspend = EINA_FALSE;
 }
 
 static void

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to