mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-06 07:58:10 +02:00
ply-throbber: fully stop the throbber ply_throbber_start () is called after the throbber is stopped with an end animation
This commit is contained in:
parent
f51aea2ad1
commit
78cdadc260
1 changed files with 3 additions and 1 deletions
|
|
@ -305,7 +305,9 @@ ply_throbber_start (ply_throbber_t *throbber,
|
|||
long y)
|
||||
{
|
||||
assert (throbber != NULL);
|
||||
assert (throbber->loop == NULL);
|
||||
|
||||
if (!throbber->is_stopped)
|
||||
ply_throbber_stop_now (throbber, false);
|
||||
|
||||
throbber->loop = loop;
|
||||
throbber->display = display;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue