------- 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=146380
------- Additional Comments From mattr kde org 2007-06-09 02:32 -------
SVN commit 673098 by mattr:
Forward port the fix for bug 146380 to KDE 4.
CCBUG: 146380
M +2 -0 aimcontactbase.cpp
--- trunk/KDE/kdenetwork/kopete/protocols/oscar/aimcontactbase.cpp
#673097:673098
@ -198,6 +198,8 @
s.replace ( QRegExp ( QString::fromLatin1("<font
ptsize=\"[^\"]*\">")),QString::fromLatin1("<font size=\"7\">"));
s.replace ( QRegExp ( QString::fromLatin1("<br[ /]*>")),
QString::fromLatin1("<br>") );
+
+ s.remove ( QRegExp ( QString::fromLatin1("<br>$") ) );
kDebug(OSCAR_GEN_DEBUG) << k_funcinfo << "sending " << s << endl;
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel