[rhythmbox] podcast: work around gvfs bug 625741 by requesting display-name
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] podcast: work around gvfs bug 625741 by requesting display-name
- Date: Sun, 1 Aug 2010 04:31:27 +0000 (UTC)
commit daec0773d1fb7a18f6dd8c285772208c9f54f771
Author: Jonathan Matthew <jonathan d14n org>
Date: Sun Aug 1 14:30:46 2010 +1000
podcast: work around gvfs bug 625741 by requesting display-name
podcast/rb-podcast-manager.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/podcast/rb-podcast-manager.c b/podcast/rb-podcast-manager.c
index 8930b5e..9bb92da 100644
--- a/podcast/rb-podcast-manager.c
+++ b/podcast/rb-podcast-manager.c
@@ -703,6 +703,7 @@ read_file_cb (GFile *source,
src_info = g_file_input_stream_query_info (data->in_stream,
G_FILE_ATTRIBUTE_STANDARD_SIZE ","
G_FILE_ATTRIBUTE_STANDARD_COPY_NAME ","
+ G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME ","
G_FILE_ATTRIBUTE_STANDARD_EDIT_NAME,
NULL,
&error);
@@ -717,6 +718,7 @@ read_file_cb (GFile *source,
g_file_query_info_async (data->source,
G_FILE_ATTRIBUTE_STANDARD_SIZE ","
G_FILE_ATTRIBUTE_STANDARD_COPY_NAME ","
+ G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME ","
G_FILE_ATTRIBUTE_STANDARD_EDIT_NAME,
G_FILE_QUERY_INFO_NONE,
0,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]