summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/web-view.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/web-view.c b/src/web-view.c
index 5388644..e677b9d 100644
--- a/src/web-view.c
+++ b/src/web-view.c
@@ -393,6 +393,8 @@ mq_web_view_load_uri(MqWebView *web_view, const gchar *uri)
web_view->uri = web_view->scheme_methods->rewrite_uri(
web_view, &web_view->scheme, uri);
+ web_view->scheme_methods->initialize(web_view, &web_view->scheme, uri);
+
g_object_notify_by_pspec(G_OBJECT(web_view),
obj_properties[PROP_DISPLAY_URI]);
}