[rhythmbox] podcast: actually use the escaped file name
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] podcast: actually use the escaped file name
- Date: Sat, 8 Mar 2014 08:53:22 +0000 (UTC)
commit 4e39c118dd0c0b9edd7816a30b71ae21cefeee1f
Author: Roman Yepishev <roman yepishev yandex ua>
Date: Sat Mar 8 18:52:39 2014 +1000
podcast: actually use the escaped file name
https://bugzilla.gnome.org/show_bug.cgi?id=708084
podcast/rb-podcast-manager.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/podcast/rb-podcast-manager.c b/podcast/rb-podcast-manager.c
index cda749a..94dca8c 100644
--- a/podcast/rb-podcast-manager.c
+++ b/podcast/rb-podcast-manager.c
@@ -878,7 +878,7 @@ download_podcast (GFileInfo *src_info, RBPodcastManagerInfo *data)
conf_dir_uri = rb_podcast_manager_get_podcast_dir (data->pd);
local_file_uri = g_build_filename (conf_dir_uri,
feed_folder,
- local_file_name,
+ esc_local_file_name,
NULL);
g_free (local_file_name);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]