From f1785bf92adafcf633a22152c4eb38dcba1ab319 Mon Sep 17 00:00:00 2001 From: Gustavo Noronha Silva Date: Wed, 14 Jan 2009 22:52:10 -0200 Subject: Remove LoadFlags They were used, it seems, to decide whether to allow Gecko to "fix" the URL. WebKit has no such facility, and we are already doing our own handling of URI normalization. --- src/ephy-window.c | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'src/ephy-window.c') diff --git a/src/ephy-window.c b/src/ephy-window.c index ca926c4de..68b0573ba 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -3599,17 +3599,7 @@ ephy_window_open_link (EphyLink *link, } else { - if (flags & EPHY_LINK_ALLOW_FIXUP) - { - ephy_embed_load (embed, - address, - EPHY_EMBED_LOAD_FLAGS_ALLOW_THIRD_PARTY_FIXUP, - NULL); - } - else - { - ephy_embed_load_url (embed, address); - } + ephy_embed_load_url (embed, address); if (address == NULL || address[0] == '\0' || strcmp (address, "about:blank") == 0) { -- cgit v1.2.3