From kde-bugs-dist Sat Jul 31 19:38:15 2004 From: Olivier Goffart Date: Sat, 31 Jul 2004 19:38:15 +0000 To: kde-bugs-dist Subject: [Bug 86111] Message popup shows only single " Message-Id: <20040731193815.906.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=109130271205318 ------- 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( " ..." );