summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tab.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tab.c b/src/tab.c
index 49f0b12..d559e9e 100644
--- a/src/tab.c
+++ b/src/tab.c
@@ -35,6 +35,8 @@ mq_tab_new(gchar *uri)
tab = malloc(sizeof(*tab));
tab->chrome = mq_tab_chrome_new(uri);
tab->body = mq_tab_body_new(uri);
+ mq_tab_chrome_set_web_view(tab->chrome,
+ mq_tab_body_get_web_view(tab->body));
tab->container = gtk_grid_new();
gtk_grid_attach(GTK_GRID(tab->container),