diff libpurple/protocols/msn/slpmsg.h @ 30825:91ba047e838c

Remove msgs list from SlpMessage.
author masca@cpw.pidgin.im
date Tue, 22 Jun 2010 23:00:10 +0000
parents fd4b918a9b2f
children 471e9b81da41
line wrap: on
line diff
--- a/libpurple/protocols/msn/slpmsg.h	Tue Jun 22 22:54:17 2010 +0000
+++ b/libpurple/protocols/msn/slpmsg.h	Tue Jun 22 23:00:10 2010 +0000
@@ -74,10 +74,10 @@
 	 */
 	long long size;
 
-	GList *msgs; /**< The real messages. */
 	GList *parts; /**< A list with the SlpMsgParts */
 
 #if 0
+	GList *msgs; /**< The real messages. */
 	MsnMessage *msg; /**< The temporary real message that will be sent. */
 #endif