[Xfce4-commits] [apps/xfce4-terminal] 02/02: Record child pid when using async spawn
noreply at xfce.org
noreply at xfce.org
Mon Mar 12 20:01:13 CET 2018
This is an automated email from the git hooks/post-receive script.
f 2 4 0 4 p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/xfce4-terminal.
commit 24f991ceb39a13f8628166c4c7bc8c968c35bdcd
Author: Igor <f2404 at yandex.ru>
Date: Mon Mar 12 15:00:28 2018 -0400
Record child pid when using async spawn
Fixes bug #14274
---
terminal/terminal-screen.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/terminal/terminal-screen.c b/terminal/terminal-screen.c
index c7be97e..015638a 100644
--- a/terminal/terminal-screen.c
+++ b/terminal/terminal-screen.c
@@ -1689,6 +1689,8 @@ terminal_screen_spawn_async_cb (VteTerminal *terminal,
terminal_return_if_fail (TERMINAL_IS_SCREEN (screen));
terminal_return_if_fail (VTE_IS_TERMINAL (screen->terminal));
+ screen->pid = pid;
+
if (error)
{
xfce_dialog_show_error (GTK_WINDOW (gtk_widget_get_toplevel (GTK_WIDGET (screen))),
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list