[Xfce4-commits] <parole:master> One other playlist utf-8 fix.

Sean Davis noreply at xfce.org
Wed Jan 23 04:00:01 CET 2013


Updating branch refs/heads/master
         to c7e2ce9a5e8825aee610b8bb78ae932369a9f2d9 (commit)
       from 896a6127b6d8be738ac8f77f2223f5543f324490 (commit)

commit c7e2ce9a5e8825aee610b8bb78ae932369a9f2d9
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Tue Jan 22 21:59:15 2013 -0500

    One other playlist utf-8 fix.

 src/misc/parole-pl-parser.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/misc/parole-pl-parser.c b/src/misc/parole-pl-parser.c
index e7f992f..b35eadf 100644
--- a/src/misc/parole-pl-parser.c
+++ b/src/misc/parole-pl-parser.c
@@ -546,7 +546,7 @@ parole_pl_parser_save_pls (FILE *f, GSList *files)
 	ParoleFile *file;
 	file = g_slist_nth_data (files, i - 1);
 	g_snprintf (key, 128, "File%d", i);
-	fprintf (f, "%s=%s\n", key, parole_file_get_file_name (file));
+	fprintf (f, "%s=%s\n", key, parole_filename_to_utf8(parole_file_get_file_name (file)));
 	g_snprintf (key, 128, "Title%d", i);
 	fprintf (f, "%s=%s\n\n", key, parole_file_get_display_name (file));
     }


More information about the Xfce4-commits mailing list