------- 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=132247         
kedgedev centrum cz changed:

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



------- Additional Comments From kedgedev centrum cz  2006-12-02 12:22 -------
SVN commit 609808 by rjarosz:

Fix bug 132247: Line breaks in AIM not sent correctly.

AIM only recognises <BR> tag and not <BR />.

BUG: 132247



 M  +2 -0      aimaccount.cpp  
 M  +2 -0      aimcontact.cpp  


--- branches/KDE/3.5/kdenetwork/kopete/protocols/oscar/aim/aimaccount.cpp 
#609807:609808
 @ -173,6 +173,8  @
     //30- (and any I missed) are size 7
     s.replace ( QRegExp ( QString::fromLatin1("<font 
ptsize=\"[^\"]*\">")),QString::fromLatin1("<font size=\"7\">"));
 
+    s.replace ( QRegExp ( QString::fromLatin1("<br[ /]*>")), 
QString::fromLatin1("<br>") );
+
     kdDebug(14190) << k_funcinfo << "sending "
         << s << endl;
 
--- branches/KDE/3.5/kdenetwork/kopete/protocols/oscar/aim/aimcontact.cpp 
#609807:609808
 @ -438,6 +438,8  @
        //30- (and any I missed) are size 7
        s.replace ( QRegExp ( QString::fromLatin1("<font 
ptsize=\"[^\"]*\">")),QString::fromLatin1("<font size=\"7\">"));
 
+       s.replace ( QRegExp ( QString::fromLatin1("<br[ /]*>")), 
QString::fromLatin1("<br>") );
+
        kdDebug(14190) << k_funcinfo << "sending "
                << s << endl;
_______________________________________________
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to