[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/protocols/msn
From:       Carlo Segato <brandon.ml () gmail ! com>
Date:       2008-07-11 21:44:24
Message-ID: 1215812664.160939.10047.nullmailer () svn ! kde ! org
[Download RAW message or body]

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"


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic