aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-commands.c
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <descalante@igalia.com>2010-01-12 12:13:19 +0800
committerDiego Escalante Urrelo <descalante@igalia.com>2010-02-15 14:29:45 +0800
commit156e4360507fbc39e6caef7058e700802a721e2b (patch)
tree8778afd9aa7deb9f4373e64fbfd9fa919963ca29 /src/window-commands.c
parent05f51f0f5f9d0a1974baf2e1bf78378cb4a95bd8 (diff)
downloadgsoc2013-epiphany-156e4360507fbc39e6caef7058e700802a721e2b.tar
gsoc2013-epiphany-156e4360507fbc39e6caef7058e700802a721e2b.tar.gz
gsoc2013-epiphany-156e4360507fbc39e6caef7058e700802a721e2b.tar.bz2
gsoc2013-epiphany-156e4360507fbc39e6caef7058e700802a721e2b.tar.lz
gsoc2013-epiphany-156e4360507fbc39e6caef7058e700802a721e2b.tar.xz
gsoc2013-epiphany-156e4360507fbc39e6caef7058e700802a721e2b.tar.zst
gsoc2013-epiphany-156e4360507fbc39e6caef7058e700802a721e2b.zip
Remove legacy ALLOW_FIXUP flags
This were used by the gecko backend and nowadays are not used at all. Bug #608749
Diffstat (limited to 'src/window-commands.c')
-rw-r--r--src/window-commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window-commands.c b/src/window-commands.c
index 2615d7819..b93c04639 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -1182,7 +1182,7 @@ window_cmd_load_location (GtkAction *action,
ephy_link_open (EPHY_LINK (window), address,
ephy_embed_container_get_active_child (EPHY_EMBED_CONTAINER (window)),
- ephy_link_flags_from_current_event () | EPHY_LINK_ALLOW_FIXUP);
+ ephy_link_flags_from_current_event ());
}
}