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 7dcf43051f1ddf431b1aae67922c3b8c0d87b4e1
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Thu Jun 16 15:45:29 2022 +0100
watchdog - enable. it seems to work fine for me... and that's good.
---
src/bin/e_main.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/bin/e_main.c b/src/bin/e_main.c
index 5ef2e455e..1bde0e926 100644
--- a/src/bin/e_main.c
+++ b/src/bin/e_main.c
@@ -1116,7 +1116,7 @@ main(int argc, char **argv)
E_LIST_FOREACH(e_comp->zones, e_comp_canvas_zone_restarted);
}
-// e_watchdog_begin();
+ e_watchdog_begin();
TS("MAIN LOOP AT LAST");
if (!setjmp(x_fatal_buff))
{
@@ -1125,7 +1125,7 @@ main(int argc, char **argv)
}
else
CRI("FATAL: X Died. Connection gone. Abbreviated Shutdown\n");
-// e_watchdog_end();
+ e_watchdog_end();
e_main_loop_running = EINA_FALSE;
inloop = EINA_FALSE;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.