app: fix deprecation of g_spawn_check_exit_status()

This commit is contained in:
Simon Budig 2023-05-20 23:56:29 +02:00
parent 7f10328777
commit 83d6f46ee7
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ gimp_plug_in_close_waitpid (GPid pid,
GError *error = NULL;
if (plug_in->manager->gimp->be_verbose &&
! g_spawn_check_exit_status (status, &error))
! g_spawn_check_wait_status (status, &error))
{
g_printerr ("Process for plug-in '%s' terminated with error: %s\n",
gimp_object_get_name (plug_in),