[epiphany] Show decoded URI in the new web application dialog



commit 961074415b68792ac0282e72a0d93245c1ad5ea2
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Sat Jul 25 17:08:01 2015 -0500

    Show decoded URI in the new web application dialog
    
    https://bugzilla.gnome.org/show_bug.cgi?id=710004

 src/window-commands.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/window-commands.c b/src/window-commands.c
index f3599ed..748281f 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -844,7 +844,7 @@ window_cmd_file_save_as_application (GtkAction *action,
        gtk_entry_set_activates_default (GTK_ENTRY (entry), TRUE);
        gtk_box_pack_start (GTK_BOX (box), entry, FALSE, FALSE, 0);
 
-       markup = g_strdup_printf ("<small>%s</small>", webkit_web_view_get_uri (WEBKIT_WEB_VIEW (view)));
+       markup = g_strdup_printf ("<small>%s</small>", ephy_web_view_get_display_address (view));
        label = gtk_label_new (NULL);
        gtk_label_set_markup (GTK_LABEL (label), markup);
        g_free (markup);


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