summaryrefslogtreecommitdiffstats
path: root/src/tab.c
diff options
context:
space:
mode:
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;