user-accounts: Replace deprecated g_spawn_check_exit_status
This commit is contained in:
parent
46932dcffe
commit
23d70d6952
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ is_valid_username_child_watch_cb (GPid pid,
|
|||
g_task_return_boolean (task, valid);
|
||||
}
|
||||
else {
|
||||
g_spawn_check_exit_status (status, &error);
|
||||
g_spawn_check_wait_status (status, &error);
|
||||
g_task_return_error (task, error);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue