From 307fc72a11e5a6275110beb81b21d8d50e9c8100 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 17 Sep 2017 00:04:07 -0400 Subject: mq_tab_new(): Call mq_tab_chrome_set_web_view() --- (limited to 'src') 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), -- cgit v0.9.1