From efbeffb0603e0e1de0dd43f893387ad6c5751fc4 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Thu, 19 Nov 2009 23:42:49 -0600 Subject: [PATCH] Always return focus to the VTE widget after playing with group names --- terminatorlib/titlebar.py | 1 + 1 file changed, 1 insertion(+) 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"""