You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/profiles/patches/kde-base/kopete-4.6-8-history.patch

14 lines
608 B

diff --git a/kopete/plugins/history/historylogger.cpp b/kopete/plugins/history/historylogger.cpp
index bf1d3ec..dc95afa 100644
--- a/kopete/plugins/history/historylogger.cpp
+++ b/kopete/plugins/history/historylogger.cpp
@@ -298,7 +298,7 @@ void HistoryLogger::appendMessage( const Kopete::Message &msg , const Kopete::Co
if ( msg.format() != Qt::PlainText )
msgNode = doc.createTextNode( msg.escapedBody() );
else
- msgNode = doc.createTextNode( Qt::escape(msg.plainBody()) );
+ msgNode = doc.createTextNode( msg.plainBody() );
docElem.appendChild( msgElem );
msgElem.appendChild( msgNode );