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:
parent
634a680c25
commit
79095bc52b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue