From 3228f0de677719fdfbbce42c2ba12b0c35211222 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 17 Sep 2017 02:08:18 -0400 Subject: mq_tab_chrome_new(): Accept notebook and tab page arguments --- (limited to 'src/tab-chrome.c') 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; -- cgit v0.9.1