Small cosmetic oneliner for non-centered titles on splitting.
This commit is contained in:
parent
eab9cb3757
commit
0bc670ac1d
|
@ -524,6 +524,7 @@ text/plain
|
||||||
dbg ('SEGBUG: Forked command')
|
dbg ('SEGBUG: Forked command')
|
||||||
|
|
||||||
self.on_vte_title_change(self._vte) # Force an initial update of our titles
|
self.on_vte_title_change(self._vte) # Force an initial update of our titles
|
||||||
|
self._title.show()
|
||||||
|
|
||||||
if self._pid == -1:
|
if self._pid == -1:
|
||||||
err (_('Unable to start shell: ') + shell)
|
err (_('Unable to start shell: ') + shell)
|
||||||
|
|
Loading…
Reference in New Issue