------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=139503 andre duffeck de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Additional Comments From andre duffeck de 2007-04-27 15:32 ------- SVN commit 658500 by duffeck: Fix linebreaks, showing up as
BUG:139503 M +1 -0 yahoocontact.cpp --- branches/KDE/3.5/kdenetwork/kopete/protocols/yahoo/yahoocontact.cpp #658499:658500 @ -308,6 +308,7 @ newMsg.replace( QString::fromLatin1( """ ), QString::fromLatin1( "\"" ) ); newMsg.replace( QString::fromLatin1( " " ), QString::fromLatin1( " " ) ); newMsg.replace( QString::fromLatin1( "&" ), QString::fromLatin1( "&" ) ); + newMsg.replace( QString::fromLatin1( "
" ), QString::fromLatin1( "\r" ) ); newMsg.replace( QString::fromLatin1( "
" ), QString::fromLatin1( "\r" ) ); return newMsg; _______________________________________________ kopete-devel mailing list kopete-devel@kde.org https://mail.kde.org/mailman/listinfo/kopete-devel