summaryrefslogtreecommitdiff
path: root/community/blueman
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-07 12:04:09 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-07 12:04:09 -0300
commitbae3e33d2e446a83c2a1ec40e017a9378fe10ef0 (patch)
tree7ca1b9e71febdb445097556529442c74e59b3746 /community/blueman
parent5a9eef758e9537d6f9913ed487686e8021a77808 (diff)
parent8736f458a17a03cf79a763a0c8122f93162fed71 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/dev86/PKGBUILD community/diacanvas/PKGBUILD community/gnunet-setup/PKGBUILD community/hula/PKGBUILD extra/libgnomecups/PKGBUILD extra/libgnomeprint/PKGBUILD extra/libgnomeprintui/PKGBUILD extra/libmcs/PKGBUILD extra/lv2core/PKGBUILD extra/opencdk/PKGBUILD
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))