summaryrefslogtreecommitdiffstats
path: root/src/tab-chrome.c
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-09-17 02:08:18 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-09-17 02:08:18 (EDT)
commit3228f0de677719fdfbbce42c2ba12b0c35211222 (patch)
treef2a6145c438d385d5650932d8ecc423f5da80f19 /src/tab-chrome.c
parent60e8a6820d4983631612bd49742f94fd815095fb (diff)
downloadmarquee-3228f0de677719fdfbbce42c2ba12b0c35211222.zip
marquee-3228f0de677719fdfbbce42c2ba12b0c35211222.tar.gz
marquee-3228f0de677719fdfbbce42c2ba12b0c35211222.tar.bz2
mq_tab_chrome_new(): Accept notebook and tab page arguments
Diffstat (limited to 'src/tab-chrome.c')
-rw-r--r--src/tab-chrome.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tab-chrome.c b/src/tab-chrome.c
index 79b5c2a..35e9426 100644
--- a/src/tab-chrome.c
+++ b/src/tab-chrome.c
@@ -68,7 +68,7 @@ navigation_toolbar_new(MqTabChrome *chrome, gchar *uri)
}
MqTabChrome *
-mq_tab_chrome_new(gchar *uri)
+mq_tab_chrome_new(gchar *uri, GtkNotebook *notebook, GtkWidget *notebook_child)
{
MqTabChrome *chrome;