diff options
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r-- | src/ephy-shell.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c index f22da2cc0..7bd229531 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -600,8 +600,9 @@ ephy_shell_new_tab (EphyShell *shell, } tab = ephy_tab_new (); + gtk_widget_show (GTK_WIDGET (tab)); embed = ephy_tab_get_embed (tab); - gtk_widget_show (GTK_WIDGET(embed)); + ephy_window_add_tab (window, tab, position, jump_to); |