From a7948207dfc4a40d9c51076d5b4dad77b78ab27f Mon Sep 17 00:00:00 2001 From: Stephen Boddy Date: Wed, 24 Oct 2012 19:29:19 +0200 Subject: [PATCH] Occasionly a 'ghost' group label would arise from the dead --- terminatorlib/titlebar.py | 1 + 1 file changed, 1 insertion(+) diff --git a/terminatorlib/titlebar.py b/terminatorlib/titlebar.py index d5bfc4ea..89ed7a54 100755 --- a/terminatorlib/titlebar.py +++ b/terminatorlib/titlebar.py @@ -216,6 +216,7 @@ class Titlebar(gtk.EventBox): self.grouplabel.set_text(name) self.grouplabel.show() else: + self.grouplabel.set_text('') self.grouplabel.hide() self.update_visibility()