diff options
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; - } |