Blob Blame History Raw
#
# Fix defunc processes created by opening tray balloons
#
--- xchat-2.8.2/src/fe-gtk/plugin-tray.c	20 May 2007 11:08:03 -0000	1.21
+++ xchat-2.8.2p1/src/fe-gtk/plugin-tray.c	31 May 2007 13:12:19 -0000
@@ -148,7 +148,7 @@
 		argv[5] = title;
 		argv[6] = text = strip_color (text, -1, STRIP_ALL);
 		argv[7] = NULL;
-		util_execv (argv);
+		xchat_execv (argv);
 		g_free ((char *)path);
 		free ((char *)text);
 	}