summaryrefslogtreecommitdiffstats
path: root/src/tab-label.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab-label.c')
-rw-r--r--src/tab-label.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tab-label.c b/src/tab-label.c
index 33be557..106a92d 100644
--- a/src/tab-label.c
+++ b/src/tab-label.c
@@ -254,7 +254,7 @@ mq_tab_label_init(MqTabLabel *tab_label)
gtk_container_add(GTK_CONTAINER(tab_label), box);
}
-MqTabLabel *
+GtkWidget *
mq_tab_label_new(MqTab *tab, MqWebView *web_view)
{
return g_object_new(MQ_TYPE_TAB_LABEL,