------- 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         
mattr kde org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From mattr kde org  2007-06-08 21:44 -------
SVN commit 673027 by mattr:

fix bug 146380 by removing the last <br> tag from the message before sending

Based on a patch by Guillermo A. Amaral. Thanks for the patch!
The fix should appear in KDE 3.5.8 when/if that is released.

BUG: 146380
CCMAIL: me guillermoamaral com



 M  +3 -0      aimcontact.cpp  


--- branches/KDE/3.5/kdenetwork/kopete/protocols/oscar/aim/aimcontact.cpp 
#673026:673027
 @ -440,6 +440,9  @
 
        s.replace ( QRegExp ( QString::fromLatin1("<br[ /]*>")), 
QString::fromLatin1("<br>") );
 
+       // strip left over line break
+       s.remove( QRegExp( QString::fromLatin1( "<br>$" ) ) );
+
        kdDebug(14190) << k_funcinfo << "sending "
                << s << endl;
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to