put the e sys stuff 5 second in - not 10.
authorCarsten Haitzler <raster@rasterman.com>
Sat, 21 Oct 2006 11:19:40 +0000 (11:19 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Sat, 21 Oct 2006 11:19:40 +0000 (11:19 +0000)
SVN revision: 26732

src/bin/e_sys.c

index b7771c9..97e7df6 100644 (file)
@@ -40,8 +40,8 @@ e_sys_init(void)
    /* this is not optimal - but it does work cleanly */
    _e_sys_exe_exit_handler = ecore_event_handler_add(ECORE_EXE_EVENT_DEL,
                                                     _e_sys_cb_exit, NULL);
-   /* delay this for 10.0 seconds while the rest of e starts up */
-   ecore_timer_add(10.0, _e_sys_cb_timer, NULL);
+   /* delay this for 5.0 seconds while the rest of e starts up */
+   ecore_timer_add(5.0, _e_sys_cb_timer, NULL);
    return 1;
 }