diff options
Diffstat (limited to 'gio/gdesktopappinfo.c')
-rw-r--r-- | gio/gdesktopappinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gdesktopappinfo.c b/gio/gdesktopappinfo.c index 1a4b97918..63ef0c045 100644 --- a/gio/gdesktopappinfo.c +++ b/gio/gdesktopappinfo.c @@ -3734,7 +3734,7 @@ update_program_done (GPid pid, gpointer data) { /* Did the application exit correctly */ - if (g_spawn_check_exit_status (status, NULL)) + if (g_spawn_check_wait_status (status, NULL)) { /* Here we could clean out any caches in use */ } |