diff options
Diffstat (limited to 'src/bookmarks/ephy-bookmarks-export.c')
-rw-r--r-- | src/bookmarks/ephy-bookmarks-export.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bookmarks/ephy-bookmarks-export.c b/src/bookmarks/ephy-bookmarks-export.c index fef48f6f3..351cf7ff3 100644 --- a/src/bookmarks/ephy-bookmarks-export.c +++ b/src/bookmarks/ephy-bookmarks-export.c @@ -233,7 +233,7 @@ write_rdf (EphyBookmarks *bookmarks, char *scheme; char *host_name; - scheme = g_uri_get_scheme (url); + scheme = g_uri_parse_scheme (url); host_name = ephy_string_get_host_name (url); link = g_strconcat (scheme, "://", @@ -304,7 +304,7 @@ write_rdf (EphyBookmarks *bookmarks, char *scheme; char *host_name; - scheme = g_uri_get_scheme (url); + scheme = g_uri_parse_scheme (url); host_name = ephy_string_get_host_name (url); link = g_strconcat (scheme, |