diff options
Diffstat (limited to 'src/shell.c')
-rw-r--r-- | src/shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shell.c b/src/shell.c index 76e26bb..78e807f 100644 --- a/src/shell.c +++ b/src/shell.c @@ -161,7 +161,7 @@ GtkWidget *build_shell_panel(GObject *ref) static void terminal_child_exited_cb(VteReaper *reaper, GPid pid, gint status, VteTerminal *term) { - vte_terminal_feed(term, _("Exit detected ; lauching an new Python shell...\n\r"), -1); + //vte_terminal_feed(term, ("Exit detected ; lauching an new Python shell...\n\r"), -1); run_new_shell_in_terminal(term); |