Comment previous change. Suggestion from #148496

This commit is contained in:
Chris Jones 2007-10-03 12:19:24 +01:00
parent bd2f125191
commit 583aec7c21
1 changed files with 1 additions and 0 deletions

View File

@ -326,6 +326,7 @@ class Terminator:
term2 = self.splitaxis (term, True)
self.splitaxis (term, False)
self.splitaxis (term2, False)
# Give focus to the first terminal
term._vte.grab_focus ()
return (False)