summaryrefslogtreecommitdiff
path: root/community/blueman/PulsePatch.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/blueman/PulsePatch.patch')
-rw-r--r--community/blueman/PulsePatch.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/blueman/PulsePatch.patch b/community/blueman/PulsePatch.patch
deleted file mode 100644
index 4635ff983..000000000
--- a/community/blueman/PulsePatch.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- blueman-1.21/blueman/main/PulseAudioUtils.py 2009-10-19 14:56:39.000000000 -0500
-+++ blueman-1.21/blueman/main/PulseAudioUtils.py.diff 2009-11-12 12:31:18.430145971 -0600
-@@ -170,7 +170,7 @@
- def wrapper(context, res, data):
- if handler:
- handler(res)
-- pythonapi.Py_DecRef(data)
-+ pythonapi.Py_DecRef(py_object(data))
-
- cb = pa_context_index_cb_t(wrapper)
- pythonapi.Py_IncRef(py_object(cb))