raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=59e5ff63b59fbab0b649f9f03821a08e8479eae9

commit 59e5ff63b59fbab0b649f9f03821a08e8479eae9
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Thu Nov 7 14:34:24 2019 +0000

    e startup - increase timeout for efreet update events coming in
---
 src/bin/e_startup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_startup.c b/src/bin/e_startup.c
index ccb37ee92..2fd88ed7d 100644
--- a/src/bin/e_startup.c
+++ b/src/bin/e_startup.c
@@ -44,7 +44,7 @@ e_startup_mode_set(E_Startup_Mode mode)
                              _e_startup_event_cb,
                              strdup(buf));
    if (timer) ecore_timer_del(timer);
-   timer = ecore_timer_add(5.0, _e_startup_time_exceeded, NULL);
+   timer = ecore_timer_add(10.0, _e_startup_time_exceeded, NULL);
    e_init_undone();
 }
 

-- 


Reply via email to