diff options
Diffstat (limited to 'src/web-view.c')
-rw-r--r-- | src/web-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web-view.c b/src/web-view.c index f87a845..470be1e 100644 --- a/src/web-view.c +++ b/src/web-view.c @@ -507,7 +507,7 @@ static void clipboard_text_recv_cb(GtkClipboard G_GNUC_UNUSED *clipboard, const gchar *text, MqWebView *web_view) { - webkit_web_view_load_uri(WEBKIT_WEB_VIEW(web_view), text); + mq_web_view_load_uri(web_view, text); } /* This callback is a hack to determine on middle mouse click whether to open a |