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 d559e9e..1268478 100644
--- a/src/tab.c
+++ b/src/tab.c
@@ -28,7 +28,7 @@
#include "tab-body.h"
MqTab *
-mq_tab_new(gchar *uri)
+mq_tab_new(gchar *uri, GtkWidget *tab_label)
{
MqTab *tab;