From 34896ccd3ad15eb74acb87d356e411febe44fbea Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Remko=20Tron=C3=A7on?= <git@el-tramo.be>
Date: Sun, 9 Sep 2012 11:59:38 +0200
Subject: Fixed compilation after applying previous patch.


diff --git a/Swift/QtUI/QtChatView.cpp b/Swift/QtUI/QtChatView.cpp
index efd00e4..81820a3 100644
--- a/Swift/QtUI/QtChatView.cpp
+++ b/Swift/QtUI/QtChatView.cpp
@@ -431,7 +431,7 @@ void QtChatView::setFileTransferStatus(QString id, const ChatWindow::FileTransfe
 }
 
 void QtChatView::setWhiteboardSessionStatus(QString id, const ChatWindow::WhiteboardSessionState state) {
-	QWebElement divElement = findDivElementWithID(document_, id);
+	QWebElement divElement = findElementWithID(document_, "div", id);
 	QString newInnerHTML;
 	if (state == ChatWindow::WhiteboardAccepted) {
 		newInnerHTML =	tr("Started whiteboard chat") + "<br/>" +
-- 
cgit v0.10.2-6-g49f6