[Xfce4-commits] [apps/xfce4-terminal] 01/01: Add missing argument to child-exited handler, removes Ctrl+D segfault
noreply at xfce.org
noreply at xfce.org
Wed Jun 1 08:17:07 CEST 2016
This is an automated email from the git hooks/post-receive script.
ochosi pushed a commit to branch master
in repository apps/xfce4-terminal.
commit fea035dc8c94e2079e2e3945b85534e194fd8121
Author: Steve Dodier-Lazaro <sidnioulz at gmail.com>
Date: Wed Jun 1 02:11:32 2016 +0100
Add missing argument to child-exited handler, removes Ctrl+D segfault
Signed-off-by: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
---
terminal/terminal-screen.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/terminal/terminal-screen.c b/terminal/terminal-screen.c
index 3cc611e..26907e4 100644
--- a/terminal/terminal-screen.c
+++ b/terminal/terminal-screen.c
@@ -134,6 +134,7 @@ static void terminal_screen_update_scrolling_on_keystroke (TerminalScreen
static void terminal_screen_update_title (TerminalScreen *screen);
static void terminal_screen_update_word_chars (TerminalScreen *screen);
static void terminal_screen_vte_child_exited (VteTerminal *terminal,
+ gint arg1,
TerminalScreen *screen);
static void terminal_screen_vte_eof (VteTerminal *terminal,
TerminalScreen *screen);
@@ -1181,6 +1182,7 @@ terminal_screen_update_word_chars (TerminalScreen *screen)
static void
terminal_screen_vte_child_exited (VteTerminal *terminal,
+ gint arg1,
TerminalScreen *screen)
{
terminal_return_if_fail (VTE_IS_TERMINAL (terminal));
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list