summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tab-page.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tab-page.c b/src/tab-page.c
index 82840cf..27c6ae9 100644
--- a/src/tab-page.c
+++ b/src/tab-page.c
@@ -194,6 +194,9 @@ init_non_root(MqTabPage *tab_page)
find_toolbar, FALSE, FALSE, 0);
gtk_box_pack_start(GTK_BOX(tab_page),
GTK_WIDGET(tab_page->web_view), TRUE, TRUE, 0);
+
+ mq_window_insert_tab(tab_page->window,
+ GTK_WIDGET(tab_page), tab_page->label, tab_page->position);
}
static void