From: Charles Brej Date: Wed, 19 Nov 2008 16:18:08 +0000 (+0000) Subject: Update progress as soon as the splash is shown X-Git-Tag: 0.6.0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=426a4ec6f55e73b352677d06ee5f93a1cf40d3bc;p=thirdparty%2Fplymouth.git Update progress as soon as the splash is shown --- diff --git a/src/ply-boot-splash.c b/src/ply-boot-splash.c index c40c7501..8ab5cad8 100644 --- a/src/ply-boot-splash.c +++ b/src/ply-boot-splash.c @@ -241,10 +241,7 @@ ply_boot_splash_show (ply_boot_splash_t *splash) if (splash->plugin_interface->on_boot_progress != NULL) { - ply_event_loop_watch_for_timeout (splash->loop, - 1.0 / UPDATES_PER_SECOND, - (ply_event_loop_timeout_handler_t) - ply_boot_splash_update_progress, splash); + ply_boot_splash_update_progress (splash) } splash->is_shown = true;