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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tab-label.c b/src/tab-label.c
index 0602a19..e4f6bce 100644
--- a/src/tab-label.c
+++ b/src/tab-label.c
@@ -69,7 +69,8 @@ new_tab_clicked_cb(GtkWidget G_GNUC_UNUSED *button, MqTabLabel *tab_label)
mq_notebook_insert_child(
MQ_NOTEBOOK(gtk_widget_get_parent(GTK_WIDGET(tab_label))),
NULL,
- tab_label->tab_page);
+ tab_label->tab_page,
+ TRUE);
gtk_widget_hide(tab_label->popover);
}