diff options
author | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-06-10 16:26:52 +0000 |
---|---|---|
committer | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-06-10 16:26:52 +0000 |
commit | 27a6942b21d68f71e36865d3e167a08cdab88f65 (patch) | |
tree | cdabcdb527cf32d568fa9f871e968611695ae212 /audio/mangler/files/patch-src_manglerintegration.cpp | |
parent | Over to new volunteer (diff) |
Update to 1.2.2
PR: ports/157711
Submitted by: Janik Galasso <janik@hikarihq.com> (maintainer)
Approved by: bapt (mentor)
Notes
Notes:
svn path=/head/; revision=275314
Diffstat (limited to 'audio/mangler/files/patch-src_manglerintegration.cpp')
-rw-r--r-- | audio/mangler/files/patch-src_manglerintegration.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/mangler/files/patch-src_manglerintegration.cpp b/audio/mangler/files/patch-src_manglerintegration.cpp deleted file mode 100644 index 2a5a6150a88b..000000000000 --- a/audio/mangler/files/patch-src_manglerintegration.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/manglerintegration.cpp.orig 2010-11-22 21:27:26.000000000 +0100 -+++ src/manglerintegration.cpp 2010-11-22 21:41:17.000000000 +0100 -@@ -197,7 +197,7 @@ - return NULL; - } - -- if (dbus_message_get_type(reply) != DBUS_MESSAGE_TYPE_METHOD_RETURN) { -+ if (dbus_message_get_type(reply) != Gio::DBUS_MESSAGE_TYPE_METHOD_RETURN) { - dbus_message_unref (reply); - return NULL; - } |