summaryrefslogtreecommitdiff
path: root/community/blueman
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-12-07 15:02:31 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-12-07 15:02:31 +0000
commit8736f458a17a03cf79a763a0c8122f93162fed71 (patch)
treefba97f22de8410ee5df8985e6c98756093578100 /community/blueman
parentd1d87d2ac643e3dabc251f3cec7d3b00e29b282c (diff)
Wed Dec 7 15:02:27 UTC 2011
Diffstat (limited to 'community/blueman')
-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))