From be3c8f50cefef8ea3f34854c0254b3bdaa851958 Mon Sep 17 00:00:00 2001 From: Mario Sanchez Prada Date: Tue, 20 Apr 2010 22:15:25 +0200 Subject: 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 --- src/ephy-shell.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ephy-shell.h') 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; -- cgit v1.2.3