]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
Hide spinfinity progress bar when stopping animation
authorRay Strode <rstrode@redhat.com>
Thu, 25 Sep 2008 20:10:33 +0000 (16:10 -0400)
committerRay Strode <rstrode@redhat.com>
Mon, 29 Sep 2008 03:40:29 +0000 (23:40 -0400)
src/plugins/splash/spinfinity/plugin.c

index e466c08214a9e4d20fd7a98311ff6ee7494327c1..17422e2e9f3ffd52d4c1029b770695239bbb1803 100644 (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