changeset 4075:6f4ee8c0d0d7

quick fix for the bug which had prevented to add remote url when "Detect file formats on demand" was disabled.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Sat, 08 Dec 2007 01:14:18 +0900
parents ea194fd79267
children 8f9966f00c98
files src/audacious/playlist.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/audacious/playlist.c	Fri Dec 07 23:27:20 2007 +0900
+++ b/src/audacious/playlist.c	Sat Dec 08 01:14:18 2007 +0900
@@ -768,7 +768,7 @@
     ProbeResult *pr = NULL;
     InputPlugin *dec = NULL;
     Tuple *tuple = NULL;
-    gboolean http_flag;
+    gboolean http_flag = is_http(filename);
 
     g_return_val_if_fail(playlist != NULL, FALSE);
     g_return_val_if_fail(filename != NULL, FALSE);