directly call go_button's handler instead of activating button

This commit is contained in:
Josh Holtrop 2016-06-24 16:46:55 -04:00
parent d37ec34b15
commit 9c24015f2d

View File

@ -124,4 +124,4 @@ class MainWindow(Gtk.Window):
def __go(self, url):
self.address_entry.set_text(url)
self.go_button.activate()
self.on_go_button_clicked(self.go_button)