Skip to content

Commit 4e4f74c

Browse files
authored
use non-deprecated g_spawn_check_wait_status (#721)
1 parent 9bac60b commit 4e4f74c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compositor/plugins/default.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ on_dialog_closed (GPid pid,
895895
MetaPlugin *plugin = user_data;
896896
gboolean ok;
897897

898-
ok = g_spawn_check_exit_status (status, NULL);
898+
ok = g_spawn_check_wait_status (status, NULL);
899899
meta_plugin_complete_display_change (plugin, ok);
900900
}
901901

0 commit comments

Comments
 (0)