summaryrefslogtreecommitdiff
path: root/audio/rhythmbox/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'audio/rhythmbox/patches/patch-ac')
-rw-r--r--audio/rhythmbox/patches/patch-ac12
1 files changed, 0 insertions, 12 deletions
diff --git a/audio/rhythmbox/patches/patch-ac b/audio/rhythmbox/patches/patch-ac
deleted file mode 100644
index c7528b6816d..00000000000
--- a/audio/rhythmbox/patches/patch-ac
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ac,v 1.7 2009/08/02 12:10:39 drochner Exp $
-
---- plugins/coherence/upnp_coherence/MediaStore.py.orig 2009-07-31 15:20:44.000000000 +0200
-+++ plugins/coherence/upnp_coherence/MediaStore.py
-@@ -295,6 +295,7 @@ class MediaStore(BackendStore):
-
- def __init__(self, server, **kwargs):
- self.warning("__init__ MediaStore %r", kwargs)
-+ BackendStore.__init__(self,server,**kwargs)
- self.server = server
- self.db = kwargs['db']
- self.plugin = kwargs['plugin']