mirror of https://github.com/GNOME/gimp.git
app: fix deprecation of g_spawn_check_exit_status()
This commit is contained in:
parent
7f10328777
commit
83d6f46ee7
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue