SVN commit 1117324 by mzanetti: fix html/plaintext problem when releading a message from cache M +1 -1 otrplugin.cpp --- trunk/KDE/kdenetwork/kopete/plugins/otr/otrplugin.cpp #1117323:1117324 @@ -291,7 +291,7 @@ if( msg.plainBody().isEmpty() ){ event->discard(); if(messageCache.contains("!OTR:MsgDelByOTR")){ - msg.setPlainBody(messageCache["!OTR:MsgDelByOTR"]); + msg.setHtmlBody(messageCache["!OTR:MsgDelByOTR"]); msg.manager()->view()->setCurrentMessage(msg); messageCache.remove("!OTR:MsgDelByOTR"); }