Hide spinfinity progress bar when stopping animation

This commit is contained in:
Ray Strode 2008-09-25 16:10:33 -04:00
parent 06c303d818
commit ffa357bf17

View file

@ -225,6 +225,7 @@ stop_animation (ply_boot_splash_plugin_t *plugin,
assert (plugin != NULL);
assert (plugin->loop != NULL);
ply_progress_bar_hide (plugin->progress_bar);
ply_throbber_stop (plugin->throbber, trigger);
#ifdef ENABLE_FADE_OUT