rpms/rhythmbox/devel rhythmbox-0.11.5-force-podcast-parsing.patch, NONE, 1.1

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Mon Mar 31 14:18:31 UTC 2008


Author: hadess

Update of /cvs/pkgs/rpms/rhythmbox/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23186

Added Files:
	rhythmbox-0.11.5-force-podcast-parsing.patch 
Log Message:
Add missing patch


rhythmbox-0.11.5-force-podcast-parsing.patch:

--- NEW FILE rhythmbox-0.11.5-force-podcast-parsing.patch ---
Index: podcast/rb-podcast-parse.c
===================================================================
--- podcast/rb-podcast-parse.c	(revision 5654)
+++ podcast/rb-podcast-parse.c	(working copy)
@@ -193,7 +193,7 @@
 	}
 
 	plparser = totem_pl_parser_new ();
-	g_object_set (plparser, "recurse", FALSE, NULL);
+	g_object_set (plparser, "recurse", FALSE, "force", TRUE, NULL);
 	g_signal_connect (G_OBJECT (plparser), "entry-parsed", G_CALLBACK (entry_parsed), data);
 	g_signal_connect (G_OBJECT (plparser), "playlist-started", G_CALLBACK (playlist_started), data);
 	g_signal_connect (G_OBJECT (plparser), "playlist-ended", G_CALLBACK (playlist_ended), data);




More information about the fedora-extras-commits mailing list