From f751b7701703f2a1c77e0eeb3935f9ffe4619f23 Mon Sep 17 00:00:00 2001 From: monsta Date: Fri, 4 Dec 2015 12:18:54 +0300 Subject: properties page: unescape location URI from https://git.gnome.org/browse/evince/commit?id=397f67d960dc516619ab11be88455de91695eb5c --- properties/ev-properties-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'properties') diff --git a/properties/ev-properties-view.c b/properties/ev-properties-view.c index 96f9b29d..396a9b63 100644 --- a/properties/ev-properties-view.c +++ b/properties/ev-properties-view.c @@ -406,7 +406,7 @@ ev_properties_view_new (const gchar *uri) EvPropertiesView *properties; properties = g_object_new (EV_TYPE_PROPERTIES, NULL); - properties->uri = g_strdup (uri); + properties->uri = g_uri_unescape_string (uri, NULL); return GTK_WIDGET (properties); } -- cgit v1.2.1