------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=86111 ogoffart tiscalinet be changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From ogoffart tiscalinet be 2004-07-31 21:38 ------- CVS commit by ogoffart: Fix Bug 86111: Message popup shows only single " CCMAIL: 86111-done bugs kde org M +1 -1 systemtray.cpp 1.45 --- kdenetwork/kopete/kopete/systemtray.cpp #1.44:1.45 @ -332,5 +332,5 @ QString KopeteSystemTray::squashMessage( // the parsed text if necessary. We used parsed text // so that things like "" show correctly - msgText = msg.escapedBody(); + msgText = KopeteMessage::escape( msg.plainBody() ); if( msgText.length() > 30 ) msgText = msgText.left( 30 ) + QString::fromLatin1( " ..." );