Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 672554
Collapse All | Expand All

(-)a/src/bin/e_startup.c (-1 / +1 lines)
Lines 31-37 e_startup_mode_set(E_Startup_Mode mode) Link Here
31
     ecore_event_handler_add(EFREET_EVENT_DESKTOP_CACHE_BUILD,
31
     ecore_event_handler_add(EFREET_EVENT_DESKTOP_CACHE_BUILD,
32
                             _e_startup_event_cb, NULL);
32
                             _e_startup_event_cb, NULL);
33
   if (timer) ecore_timer_del(timer);
33
   if (timer) ecore_timer_del(timer);
34
   timer = ecore_timer_add(10.0, _e_startup_time_exceeded, NULL);
34
   timer = ecore_timer_add(60.0, _e_startup_time_exceeded, NULL);
35
   e_init_undone();
35
   e_init_undone();
36
}
36
}

Return to bug 672554