summaryrefslogtreecommitdiffstats
path: root/src/tab.c
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-09-17 02:06:31 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-09-17 02:06:31 (EDT)
commit60e8a6820d4983631612bd49742f94fd815095fb (patch)
tree6ef436d4bdff8d81ff70336c103924df0e834ec7 /src/tab.c
parent8dc8917f7281624f0b793d1a130e0109efdb3767 (diff)
downloadmarquee-60e8a6820d4983631612bd49742f94fd815095fb.zip
marquee-60e8a6820d4983631612bd49742f94fd815095fb.tar.gz
marquee-60e8a6820d4983631612bd49742f94fd815095fb.tar.bz2
mq_tab_new(): Accept notebook instead of label
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 1268478..a2b2c57 100644
--- a/src/tab.c
+++ b/src/tab.c
@@ -28,7 +28,7 @@
#include "tab-body.h"
MqTab *
-mq_tab_new(gchar *uri, GtkWidget *tab_label)
+mq_tab_new(gchar *uri, GtkNotebook *notebook)
{
MqTab *tab;