aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-shell.h
diff options
context:
space:
mode:
authorMario Sanchez Prada <msanchez@igalia.com>2010-04-21 04:15:25 +0800
committerXan Lopez <xan@gnome.org>2010-04-22 00:48:28 +0800
commitbe3c8f50cefef8ea3f34854c0254b3bdaa851958 (patch)
treef59b6d8174fa5ad20d3cd83076ab1c3bbbe1c4c2 /src/ephy-shell.h
parent0739487127652cf544257e7a0d48caa580f98ad2 (diff)
downloadgsoc2013-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.h1
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;