Skip to content

utils: Don't use Gtk.show_uri()

Florian Müllner requested to merge fmuellner/polari:small-cleanup into master

It is deprecated in favor of Gtk.show_uri_on_window(), which covers both the window and window-less case.

Merge request reports