summaryrefslogtreecommitdiff
path: root/src/nautilus-tag-manager.c
diff options
context:
space:
mode:
authorCorey Berla <corey@berla.me>2023-01-04 14:47:54 -0800
committerAntónio Fernandes <antoniof@gnome.org>2023-01-09 10:46:42 +0000
commit220670be5593b6ebcbe98a5248b15a0a65e0db34 (patch)
treee3839cae25c5729239bc7c7f19b568b490cafb8e /src/nautilus-tag-manager.c
parentc69f87524b336f998146d12c1063916e85e90eb6 (diff)
downloadnautilus-220670be5593b6ebcbe98a5248b15a0a65e0db34.tar.gz
general: glib deprecations in name only
Diffstat (limited to 'src/nautilus-tag-manager.c')
-rw-r--r--src/nautilus-tag-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-tag-manager.c b/src/nautilus-tag-manager.c
index 959eee89e..23f89dfeb 100644
--- a/src/nautilus-tag-manager.c
+++ b/src/nautilus-tag-manager.c
@@ -956,7 +956,7 @@ child_watch_cb (GPid pid,
gpointer user_data)
{
DEBUG ("Child %" G_PID_FORMAT " exited %s", pid,
- g_spawn_check_exit_status (status, NULL) ? "normally" : "abnormally");
+ g_spawn_check_wait_status (status, NULL) ? "normally" : "abnormally");
g_spawn_close_pid (pid);
}