[empathy] Same reap-child fix for empathy-debugger



commit 2eea9e870d0f9a5de6bd1ac2bafccbe5f5337cd3
Author: Danielle Madeley <danielle madeley collabora co uk>
Date:   Wed Mar 24 22:13:00 2010 +1100

    Same reap-child fix for empathy-debugger

 src/empathy-main-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c
index daeefeb..77414e9 100644
--- a/src/empathy-main-window.c
+++ b/src/empathy-main-window.c
@@ -1116,7 +1116,7 @@ main_window_help_debug_cb (GtkAction         *action,
 	argv[i++] = path;
 
 	gdk_spawn_on_screen (screen, NULL, argv, NULL,
-			G_SPAWN_SEARCH_PATH | G_SPAWN_DO_NOT_REAP_CHILD,
+			G_SPAWN_SEARCH_PATH,
 			NULL, NULL, NULL, &error);
 
 	if (error) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]