Occasionly a 'ghost' group label would arise from the dead
This commit is contained in:
parent
0515144a9a
commit
a7948207df
|
@ -216,6 +216,7 @@ class Titlebar(gtk.EventBox):
|
||||||
self.grouplabel.set_text(name)
|
self.grouplabel.set_text(name)
|
||||||
self.grouplabel.show()
|
self.grouplabel.show()
|
||||||
else:
|
else:
|
||||||
|
self.grouplabel.set_text('')
|
||||||
self.grouplabel.hide()
|
self.grouplabel.hide()
|
||||||
self.update_visibility()
|
self.update_visibility()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue