aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r--src/ephy-shell.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c
index aa88aa11d..410da1756 100644
--- a/src/ephy-shell.c
+++ b/src/ephy-shell.c
@@ -565,6 +565,15 @@ ephy_shell_new_tab_full (EphyShell *shell,
}
}
+ if (previous_embed != NULL)
+ {
+ ephy_embed_shistory_copy (previous_embed,
+ embed,
+ TRUE, /* back history */
+ FALSE, /* forward history */
+ FALSE); /* current index */
+ }
+
return tab;
}