From 156e4360507fbc39e6caef7058e700802a721e2b Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Mon, 11 Jan 2010 23:13:19 -0500 Subject: Remove legacy ALLOW_FIXUP flags This were used by the gecko backend and nowadays are not used at all. Bug #608749 --- src/ephy-location-action.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ephy-location-action.c') diff --git a/src/ephy-location-action.c b/src/ephy-location-action.c index 7cc22e619..38bcb1d89 100644 --- a/src/ephy-location-action.c +++ b/src/ephy-location-action.c @@ -174,7 +174,7 @@ action_activated_cb (GtkEntryCompletion *completion, if (url == NULL) return; ephy_link_open (EPHY_LINK (action), url, NULL, - ephy_link_flags_from_current_event () | EPHY_LINK_ALLOW_FIXUP); + ephy_link_flags_from_current_event ()); g_free (url); } @@ -208,7 +208,7 @@ entry_activate_cb (GtkEntry *entry, g_return_if_fail (address != NULL); ephy_link_open (EPHY_LINK (action), g_strstrip (address), NULL, - ephy_link_flags_from_current_event () | EPHY_LINK_ALLOW_FIXUP); + ephy_link_flags_from_current_event ()); g_free (address); } -- cgit v1.2.3