diff options
author | Mario Sanchez Prada <msanchez@igalia.com> | 2010-04-21 04:15:25 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2010-04-22 00:48:28 +0800 |
commit | be3c8f50cefef8ea3f34854c0254b3bdaa851958 (patch) | |
tree | f59b6d8174fa5ad20d3cd83076ab1c3bbbe1c4c2 /src/ephy-shell.h | |
parent | 0739487127652cf544257e7a0d48caa580f98ad2 (diff) | |
download | gsoc2013-epiphany-be3c8f50cefef8ea3f34854c0254b3bdaa851958.tar gsoc2013-epiphany-be3c8f50cefef8ea3f34854c0254b3bdaa851958.tar.gz gsoc2013-epiphany-be3c8f50cefef8ea3f34854c0254b3bdaa851958.tar.bz2 gsoc2013-epiphany-be3c8f50cefef8ea3f34854c0254b3bdaa851958.tar.lz gsoc2013-epiphany-be3c8f50cefef8ea3f34854c0254b3bdaa851958.tar.xz gsoc2013-epiphany-be3c8f50cefef8ea3f34854c0254b3bdaa851958.tar.zst gsoc2013-epiphany-be3c8f50cefef8ea3f34854c0254b3bdaa851958.zip |
Allow not copying history when creating a new embed
Just added a new flag and check it before copying the history
Bug #611400
Signed-off-by: Xan Lopez <xan@gnome.org>
Diffstat (limited to 'src/ephy-shell.h')
-rw-r--r-- | src/ephy-shell.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ephy-shell.h b/src/ephy-shell.h index c87a43bdd..895c91d3a 100644 --- a/src/ephy-shell.h +++ b/src/ephy-shell.h @@ -69,6 +69,7 @@ typedef enum /* The way to load */ EPHY_NEW_TAB_FROM_EXTERNAL = 1 << 12, + EPHY_NEW_TAB_DONT_COPY_HISTORY = 1 << 13, } EphyNewTabFlags; |