summaryrefslogtreecommitdiffstats
path: root/src/tab.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab.c')
-rw-r--r--src/tab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tab.c b/src/tab.c
index c295976..fce870f 100644
--- a/src/tab.c
+++ b/src/tab.c
@@ -435,7 +435,7 @@ init_non_root(const gchar *uri)
mq_tab_populate_tab(tab);
- tab->chrome = mq_tab_chrome_new(uri);
+ tab->chrome = mq_tab_chrome_new(tab, uri);
tab->body = mq_tab_body_new(tab, uri);
tab->web_view = mq_tab_body_get_web_view(tab->body);
g_signal_connect(tab->web_view, "notify::favicon",