mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-05 20:37:17 +00:00
progress: Inherit status from parent
This commit is contained in:
parent
9d67fecabb
commit
41cbf8aa18
@ -685,6 +685,7 @@ fu_progress_get_child(FuProgress *self)
|
|||||||
G_CALLBACK(fu_progress_child_status_changed_cb),
|
G_CALLBACK(fu_progress_child_status_changed_cb),
|
||||||
self);
|
self);
|
||||||
fu_progress_set_parent(priv->child, self);
|
fu_progress_set_parent(priv->child, self);
|
||||||
|
fu_progress_set_status(priv->child, priv->status);
|
||||||
return priv->child;
|
return priv->child;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user