Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-window-title.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-window-title.c')
-rw-r--r--shell/ev-window-title.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-window-title.c b/shell/ev-window-title.c
index 2e28c63..ca2429b 100644
--- a/shell/ev-window-title.c
+++ b/shell/ev-window-title.c
@@ -75,7 +75,7 @@ get_filename_from_uri (const char *uri)
char *filename;
char *basename;
- filename = escape_uri_for_display (uri);
+ filename = g_uri_unescape_string (uri, NULL);
basename = g_path_get_basename (filename);
g_free(filename);