Fix terminal title alignment. Merge from Stephen Boddy's dev branch. Closes LP #308124
This commit is contained in:
parent
8c62f84357
commit
29d5eacbc9
|
@ -498,6 +498,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