SVN commit 831117 by segato: better fix for getting amsn display pictures, it works with emesene too, this piece of code isn't needed anymore with qt4 M +2 -4 dispatcher.cpp --- trunk/KDE/kdenetwork/kopete/protocols/msn/dispatcher.cpp #831116:831117 @@ -95,10 +95,8 @@ kDebug(14140) << "Requesting, " << msnObject; - QString context = QString::fromUtf8((msnObject + "\r\n").toUtf8().toBase64()); - // NOTE remove the \0 character automatically - // appended to a QCString. - context.replace("=", ""); + QString context = QString::fromUtf8(msnObject.toUtf8().toBase64()); + QString content = "EUF-GUID: {A4268EEC-FEC5-49E5-95C3-F126696BDBF6}\r\n" "SessionID: " + QString::number(sessionId) + "\r\n"