Grab focus on the browser when explicitly opening an uri

This commit is contained in:
Marco Pesenti Gritti
2006-10-20 19:54:28 +02:00
parent 19715991ec
commit 5a26d51d20
4 changed files with 22 additions and 0 deletions
+1
View File
@@ -121,6 +121,7 @@ class Toolbar(gtk.Toolbar):
def _entry_activate_cb(self, entry):
self._embed.load_url(entry.get_text())
self._embed.grab_focus()
def _go_back_cb(self, button):
self._embed.go_back()