Make sure the titlebar is shown consistently

* Fixes LP#249200
This commit is contained in:
Emmanuel Bretelle 2008-08-13 18:12:57 +01:00
parent c471d636a6
commit 0c49debaac
1 changed files with 1 additions and 0 deletions

View File

@ -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')