From 79095bc52b9e5e2e76369474caf70dcc1584d76c Mon Sep 17 00:00:00 2001 From: Emmanuel Bretelle Date: Sat, 24 May 2008 15:23:30 +0100 Subject: [PATCH] removed an extra spawn_child in terminator.add which was causing dnd terms to be respawn with the wrong working dir --- terminator | 1 - 1 file changed, 1 deletion(-) diff --git a/terminator b/terminator index 32778a1e..7ba5e91b 100755 --- a/terminator +++ b/terminator @@ -1041,7 +1041,6 @@ class Terminator: pane.show () pane.set_position (position / 2) terminal.show () - terminal.spawn_child () # insert the term reference into the list index = self.term_list.index (widget)