summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tab.c b/src/tab.c
index 98659d7..8a8ed86 100644
--- a/src/tab.c
+++ b/src/tab.c
@@ -449,7 +449,7 @@ init_non_root(const gchar *uri, MqTab *source)
gtk_box_pack_start(GTK_BOX(tab->container),
mq_tab_chrome_get_container(tab->chrome), FALSE, FALSE, 0);
gtk_box_pack_start(GTK_BOX(tab->container),
- mq_web_view_get_container(tab->body), TRUE, TRUE, 0);
+ GTK_WIDGET(tab->body), TRUE, TRUE, 0);
return tab;
}