summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlli Salli <ollisal@gmail.com>2010-12-31 15:12:39 +0200
committerOlli Salli <ollisal@gmail.com>2010-12-31 16:35:01 +0200
commitf34da7ebe26a127c4dfab575ff429dc0da1c4c14 (patch)
tree9a7e8a9e68669c9bbf9116879f941cfd9178653c
parent5a61354ac8d66065a90b8c3e5a471501746ff557 (diff)
Make StreamedMediaChannel::hangupCall use requestLeave
-rw-r--r--TelepathyQt4/streamed-media-channel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TelepathyQt4/streamed-media-channel.cpp b/TelepathyQt4/streamed-media-channel.cpp
index 2781c68f..5521468d 100644
--- a/TelepathyQt4/streamed-media-channel.cpp
+++ b/TelepathyQt4/streamed-media-channel.cpp
@@ -1087,7 +1087,7 @@ PendingStreamedMediaStreams *StreamedMediaChannel::requestStreams(
*/
PendingOperation *StreamedMediaChannel::hangupCall()
{
- return requestClose();
+ return requestLeave();
}
/**