summaryrefslogtreecommitdiff
path: root/src/ephy-shell.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@src.gnome.org>2008-01-10 20:40:35 +0000
committerCosimo Cecchi <cosimoc@src.gnome.org>2008-01-10 20:40:35 +0000
commitf7d3936f5ec8297531b32d973a39750ed182809b (patch)
treef330ecdf7b34b06612d73c890aeba9c682b43b3b /src/ephy-shell.h
parent00a6ae4ccf4be271165755d6866211c708cc09f7 (diff)
downloadepiphany-f7d3936f5ec8297531b32d973a39750ed182809b.tar.gz
Open externally opened link in current tab if it is blank.
Fix bug #499613. svn path=/trunk/; revision=7856
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 e29122506..f0ee6f060 100644
--- a/src/ephy-shell.h
+++ b/src/ephy-shell.h
@@ -65,6 +65,7 @@ typedef enum
/* The way to load */
EPHY_NEW_TAB_ALLOW_FIXUP = 1 << 12,
+ EPHY_NEW_TAB_FROM_EXTERNAL = 1 << 13,
} EphyNewTabFlags;