summaryrefslogtreecommitdiffstats
path: root/src/tab.c
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-09-25 21:20:38 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-09-25 21:20:38 (EDT)
commitd1920eadf30437f3e122415a520e0186085a9b80 (patch)
tree53bf70210bc6661601d9137228930a6d922c3834 /src/tab.c
parent4e651fbca7f8859a0ae2249ea0d364dea8bb1c5f (diff)
downloadmarquee-d1920eadf30437f3e122415a520e0186085a9b80.zip
marquee-d1920eadf30437f3e122415a520e0186085a9b80.tar.gz
marquee-d1920eadf30437f3e122415a520e0186085a9b80.tar.bz2
mq_tab_body_new(): Accept and save MqTab
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 e3d9f71..30d975b 100644
--- a/src/tab.c
+++ b/src/tab.c
@@ -313,7 +313,7 @@ init_non_root(MqWindow *window, gchar *uri)
mq_tab_populate_tab(tab);
tab->chrome = mq_tab_chrome_new(uri);
- tab->body = mq_tab_body_new(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",
G_CALLBACK(favicon_cb), tab);