SVN commit 1117353 by mzanetti: fix otr opportunistic mode initialisation BUG: 230774 M +1 -1 otrplugin.cpp --- trunk/KDE/kdenetwork/kopete/plugins/otr/otrplugin.cpp #1117352:1117353 @@ -173,7 +173,7 @@ } } else if(encryptionState == 1){ // kDebug(14318) << "Tagged plaintext!"; - msg.setHtmlBody(msgBody); + msg.setPlainBody(msgBody); messageCache.insert( msgBody, cacheBody ); } }