diff options
Diffstat (limited to 'embed/ephy-history.c')
-rw-r--r-- | embed/ephy-history.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-history.c b/embed/ephy-history.c index 9a0327d94..bc8cb098e 100644 --- a/embed/ephy-history.c +++ b/embed/ephy-history.c @@ -645,7 +645,7 @@ internal_get_host (EphyHistory *eh, const char *url, gboolean create) if (url) { - scheme = g_uri_get_scheme (url); + scheme = g_uri_parse_scheme (url); host_name = ephy_string_get_host_name (url); } |