focus contents treeview by default

This commit is contained in:
Josh Holtrop 2016-06-27 16:27:46 -04:00
parent 962160b3c9
commit 16c823c7f6

View File

@ -82,6 +82,7 @@ class MainWindow(Gtk.Window):
def __on_go_button_clicked(self, widget):
self.__refresh(self.address_entry.get_text())
self.contents_treeview.grab_focus()
return True
def __close(self, *more):