From 29d5eacbc938d55014aea92e2f47d023803c6ecd Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Thu, 15 Jan 2009 00:07:28 +0000 Subject: [PATCH] Fix terminal title alignment. Merge from Stephen Boddy's dev branch. Closes LP #308124 --- terminatorlib/terminatorterm.py | 1 + 1 file changed, 1 insertion(+) diff --git a/terminatorlib/terminatorterm.py b/terminatorlib/terminatorterm.py index d3b1ee8d..ab844a01 100755 --- a/terminatorlib/terminatorterm.py +++ b/terminatorlib/terminatorterm.py @@ -498,6 +498,7 @@ text/plain dbg ('SEGBUG: Forked command') self.on_vte_title_change(self._vte) # Force an initial update of our titles + self._title.show() if self._pid == -1: err (_('Unable to start shell: ') + shell)