From kde-commits Wed Apr 21 22:21:04 2010 From: Michael Zanetti Date: Wed, 21 Apr 2010 22:21:04 +0000 To: kde-commits Subject: KDE/kdenetwork/kopete/plugins/otr Message-Id: <20100421222104.4BE65AC8A0 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=127188835413890 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 ); } }