summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Piekos <mateuszpiekos@gmail.com>2012-07-24 08:56:17 (GMT)
committerMateusz Piekos <mateuszpiekos@gmail.com>2012-07-24 08:56:17 (GMT)
commit833e544490a0e3ff5eeebe44fae2b9a8f98d4a78 (patch)
treeb7381c1325155ae666cac88180cca829b9e65bba /Swift/Controllers/Chat
parented208c8ce62dea1bdec51e904d51afa5229363c5 (diff)
downloadswift-contrib-833e544490a0e3ff5eeebe44fae2b9a8f98d4a78.zip
swift-contrib-833e544490a0e3ff5eeebe44fae2b9a8f98d4a78.tar.bz2
Removed unneeded parameter "from"
Diffstat (limited to 'Swift/Controllers/Chat')
-rw-r--r--Swift/Controllers/Chat/ChatController.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Controllers/Chat/ChatController.cpp b/Swift/Controllers/Chat/ChatController.cpp
index 3b74368..4f95cf7 100644
--- a/Swift/Controllers/Chat/ChatController.cpp
+++ b/Swift/Controllers/Chat/ChatController.cpp
@@ -262,7 +262,7 @@ void ChatController::handleNewFileTransferController(FileTransferController* ftc
}
void ChatController::handleWhiteboardSessionRequest(bool senderIsSelf) {
- lastWbID_ = chatWindow_->addWhiteboardRequest(toJID_, senderIsSelf);
+ lastWbID_ = chatWindow_->addWhiteboardRequest(senderIsSelf);
}
void ChatController::handleWhiteboardStateChange(const ChatWindow::WhiteboardSessionState state) {