From 0c49debaac7af2073aa3f8318c39fb22526a1c0f Mon Sep 17 00:00:00 2001 From: Emmanuel Bretelle Date: Wed, 13 Aug 2008 18:12:57 +0100 Subject: [PATCH] Make sure the titlebar is shown consistently * Fixes LP#249200 --- terminatorlib/terminator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/terminatorlib/terminator.py b/terminatorlib/terminator.py index 6ca9173c..5c996d24 100755 --- a/terminatorlib/terminator.py +++ b/terminatorlib/terminator.py @@ -306,6 +306,7 @@ class Terminator: #not the only term in the notebook/window anymore, need to reshow the title dbg ('SEGBUG: Showing _titlebox') widget._titlebox.show() + terminal._titlebox.show() if isinstance (parent, gtk.Notebook): dbg ('SEGBUG: Parent is a notebook')