Skip to content

Commit

Permalink
Fix faraday news in GTK
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezequieltbh committed Nov 16, 2016
1 parent 7dd0f2b commit 96d6d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/gtk/mainwidgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ def news_button(self, url, description):
button.add(label)
button.set_relief(Gtk.ReliefStyle.NONE)

button.connect("clicked", lambda o: webbrowser.open())
button.connect("clicked", lambda o: webbrowser.open(url))

label.show()
button.show()
Expand Down

0 comments on commit 96d6d84

Please sign in to comment.