aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'lib/widgets')
-rw-r--r--lib/widgets/ephy-location-entry.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c
index 084234935..1669e8abe 100644
--- a/lib/widgets/ephy-location-entry.c
+++ b/lib/widgets/ephy-location-entry.c
@@ -98,10 +98,14 @@ static const struct
web_prefixes [] =
{
{ "http://www.", 11 },
+ { "http://ftp.", 11 },
{ "http://", 7 },
{ "https://www.", 12 },
{ "https://", 8 },
- { "www.", 4 }
+ { "ftp://", 6},
+ { "ftp://ftp.", 10},
+ { "www.", 4 },
+ { "ftp.", 4}
};
static const GtkTargetEntry url_drag_types [] =