directly call go_button's handler instead of activating button
This commit is contained in:
parent
d37ec34b15
commit
9c24015f2d
@ -124,4 +124,4 @@ class MainWindow(Gtk.Window):
|
|||||||
|
|
||||||
def __go(self, url):
|
def __go(self, url):
|
||||||
self.address_entry.set_text(url)
|
self.address_entry.set_text(url)
|
||||||
self.go_button.activate()
|
self.on_go_button_clicked(self.go_button)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user