]> git.ipfire.org Git - thirdparty/plymouth.git/commit
two-step: set is_idle=TRUE at shutdown time wip/systemd-fixes
authorRay Strode <rstrode@redhat.com>
Wed, 6 Jun 2012 17:35:18 +0000 (13:35 -0400)
committerRay Strode <rstrode@redhat.com>
Wed, 6 Jun 2012 14:13:00 +0000 (10:13 -0400)
commitf7f482174f1dcfa52c222f813e6b26dd106a12c1
treea69573185cf023b4b2c28e73b9cfdf61abb65194
parent171c329f401056bdb213e4071ff7f150c6f2e7ee
two-step: set is_idle=TRUE at shutdown time

Right now, we do the end animation immediately if in
shutdown mode.  This is because shutdown is fast,
and we don't try to estimate how long it will take.

The code depends on is_idle being true after the end
animation is run, but we neglect to do that in the
shutdown case.

This commit makes shutdown mode just call
"become_idle" right away, and deletes the duplicated
shutdown code path.
src/plugins/splash/two-step/plugin.c