summaryrefslogtreecommitdiffstats
path: root/src/tab.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab.c')
-rw-r--r--src/tab.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tab.c b/src/tab.c
index 2bb9cac..79308c1 100644
--- a/src/tab.c
+++ b/src/tab.c
@@ -200,11 +200,12 @@ title_cb(WebKitWebView __attribute__((unused)) *web_view,
}
MqTab *
-mq_tab_new(gchar *uri)
+mq_tab_new(MqApplication *application, gchar *uri)
{
MqTab *tab;
tab = malloc(sizeof(*tab));
+ tab->application = application;
mq_tab_populate_tab(tab);