diff audacious/playlist.c @ 2010:5f19843a038b trunk

[svn] - xmms_urldecode_path() is no longer needed due to NewVFS layer.
author nenolod
date Sat, 25 Nov 2006 19:19:56 -0800
parents 327bc75fb21a
children d3a62e1075e2
line wrap: on
line diff
--- a/audacious/playlist.c	Sat Nov 25 19:17:17 2006 -0800
+++ b/audacious/playlist.c	Sat Nov 25 19:19:56 2006 -0800
@@ -786,8 +786,7 @@
             *tmp = '\0';
         }
 
-        if (!(decoded = xmms_urldecode_path(string)))
-            decoded = g_strdup(string);
+        decoded = g_strdup(string);
 
         if (g_file_test(decoded, G_FILE_TEST_IS_DIR)) {
             i = playlist_ins_dir(decoded, pos, FALSE);