summaryrefslogtreecommitdiff
path: root/audio/rhythmbox/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'audio/rhythmbox/patches/patch-aa')
-rw-r--r--audio/rhythmbox/patches/patch-aa17
1 files changed, 0 insertions, 17 deletions
diff --git a/audio/rhythmbox/patches/patch-aa b/audio/rhythmbox/patches/patch-aa
deleted file mode 100644
index d3c9659c0cb..00000000000
--- a/audio/rhythmbox/patches/patch-aa
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2004/03/09 21:52:44 jmmv Exp $
-
---- shell/rb-shell.c.orig 2004-02-27 20:32:30.000000000 +0100
-+++ shell/rb-shell.c
-@@ -617,10 +617,11 @@ rb_shell_corba_handle_file (PortableServ
- {
- RBShell *shell = RB_SHELL (bonobo_object (_servant));
- RBPlaylist *parser;
-+ GnomeVFSURI *vfsuri;
-
- rb_debug ("handling uri: %s", uri);
-
-- GnomeVFSURI *vfsuri = gnome_vfs_uri_new (uri);
-+ vfsuri = gnome_vfs_uri_new (uri);
- if (!vfsuri) {
- rb_error_dialog (_("Unable to parse URI \"%s\"\n"), uri);
- return;