diff --git a/terminatorlib/titlebar.py b/terminatorlib/titlebar.py index 852b2d11..6c206048 100755 --- a/terminatorlib/titlebar.py +++ b/terminatorlib/titlebar.py @@ -132,6 +132,7 @@ class Titlebar(gtk.EventBox): """Hide the group name entry""" self.groupentry.set_text('') self.groupentry.hide() + self.get_parent().grab_focus() def groupentry_activate(self, widget): """Actually cause a group to be created"""