[PATCH 14/20] [main] update display after reactivate

Scott James Remnant scott at ubuntu.com
Thu Mar 18 13:58:01 PDT 2010


Since deactivate uses on_boot_splash_idle, there's a good chance that
plugins will have stopped animating.  Prod them to animate again by
calling update_display()
---
 src/main.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/main.c b/src/main.c
index 6e95c4c..378bdaa 100644
--- a/src/main.c
+++ b/src/main.c
@@ -849,6 +849,8 @@ on_reactivate (state_t *state)
     }
 
   state->is_inactive = false;
+
+  update_display (state);
 }
 
 static void
-- 
1.7.0



More information about the plymouth mailing list