removed an extra spawn_child in terminator.add

which was causing dnd terms to be respawn with the wrong working dir
This commit is contained in:
Emmanuel Bretelle 2008-05-24 15:23:30 +01:00
parent 634a680c25
commit 79095bc52b
1 changed files with 0 additions and 1 deletions

View File

@ -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)