[epiphany] bookmark-properties-grid: Adapt for removal of decode_and_sanitize



commit 975669b972242206012bff939885f3faeb39ce08
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat Nov 5 08:00:06 2016 -0500

    bookmark-properties-grid: Adapt for removal of decode_and_sanitize

 src/bookmarks/ephy-bookmark-properties-grid.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/bookmarks/ephy-bookmark-properties-grid.c b/src/bookmarks/ephy-bookmark-properties-grid.c
index cc13785..760f982 100644
--- a/src/bookmarks/ephy-bookmark-properties-grid.c
+++ b/src/bookmarks/ephy-bookmark-properties-grid.c
@@ -333,7 +333,7 @@ ephy_bookmark_properties_grid_constructed (GObject *object)
   if (self->type == EPHY_BOOKMARK_PROPERTIES_GRID_TYPE_DIALOG) {
     char *decoded_address;
     address = ephy_bookmark_get_url (self->bookmark);
-    decoded_address = ephy_uri_decode_and_sanitize (address);
+    decoded_address = ephy_uri_decode (address);
     gtk_entry_set_text (GTK_ENTRY (self->address_entry), decoded_address);
     g_free (decoded_address);
     self->prev_address = g_strdup (gtk_entry_get_text (GTK_ENTRY (self->address_entry)));


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]