From 897a1b9db90c68d0621be182823c413071e0062c Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 12 Oct 2017 02:43:51 -0400 Subject: mq_tab_chrome_set_web_view(): Change argument 2 to (MqWebView *) --- (limited to 'src/tab.c') diff --git a/src/tab.c b/src/tab.c index 7d1d9a7..021c04c 100644 --- a/src/tab.c +++ b/src/tab.c @@ -442,7 +442,7 @@ init_non_root(const gchar *uri, MqTab *source) G_CALLBACK(favicon_cb), tab); g_signal_connect(tab->web_view, "notify::title", G_CALLBACK(title_cb), tab); - mq_tab_chrome_set_web_view(tab->chrome, tab->web_view); + mq_tab_chrome_set_web_view(tab->chrome, MQ_WEB_VIEW(tab->web_view)); tab->container = gtk_box_new(GTK_ORIENTATION_VERTICAL, 0); gtk_box_pack_start(GTK_BOX(tab->container), -- cgit v0.9.1