Skip to content

Commit c128949

Browse files
committed
Port local plugin to Soup 3
1 parent b17262c commit c128949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/backend/local/SuggestedFeedRow.vala

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public class FeedReader.SuggestedFeedRow : Gtk.ListBoxRow {
6161
this.set_tooltip_text(m_desc);
6262
show_all();
6363

64-
var uri = new Soup.URI(url);
64+
var uri = GLib.Uri.parse(url, GLib.UriFlags.NONE);
6565
var fakeFeed = new Feed(uri.get_host(), null, null, 0);
6666
load_favicon.begin(iconStack, fakeFeed, iconURL, (obj, res) => {
6767
load_favicon.end(res);

0 commit comments

Comments
 (0)