diff --git a/terminatorlib/titlebar.py b/terminatorlib/titlebar.py index 91e4b2bc..18aada45 100755 --- a/terminatorlib/titlebar.py +++ b/terminatorlib/titlebar.py @@ -233,6 +233,8 @@ class Titlebar(gtk.EventBox): def create_group(self): """Create a new group""" + if self.terminal.group: + self.groupentry.set_text(self.terminal.group) self.groupentry.show() self.grouplabel.hide() self.groupentry.grab_focus()