[rhythmbox] Fix audio CD activation



commit 78fa390630523c0b2e1eeb5f1e321b9783918836
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Aug 19 17:06:28 2009 +0100

    Fix audio CD activation
    
    again! This time, make totem-pl-parser ignore the cdda scheme,
    because it does know how to parse it.

 shell/rb-shell.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/shell/rb-shell.c b/shell/rb-shell.c
index 0c95880..c15eeab 100644
--- a/shell/rb-shell.c
+++ b/shell/rb-shell.c
@@ -2966,6 +2966,7 @@ rb_shell_load_uri (RBShell *shell,
 
 		totem_pl_parser_add_ignored_mimetype (parser, "x-directory/normal");
 		totem_pl_parser_add_ignored_mimetype (parser, "inode/directory");
+		totem_pl_parser_add_ignored_scheme (parser, "cdda");
 		g_object_set (G_OBJECT (parser), "recurse", FALSE, NULL);
 
 		result = totem_pl_parser_parse (parser, uri, FALSE);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]