Comment out this extra string until we need it (if ever).

Sun, 15 Feb 2009 20:51:25 +0000

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Sun, 15 Feb 2009 20:51:25 +0000
changeset 25612
4ae731d8c3da
parent 25611
c85beaeb4538
child 25613
77fac33acbdf

Comment out this extra string until we need it (if ever).

libpurple/protocols/msn/session.c file | annotate | diff | comparison | revisions
libpurple/protocols/msn/session.h file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/msn/session.c	Sun Feb 15 20:43:41 2009 +0000
+++ b/libpurple/protocols/msn/session.c	Sun Feb 15 20:51:25 2009 +0000
@@ -91,7 +91,9 @@
 
 	g_free(session->psm);
 
+#if 0
 	g_free(session->blocked_text);
+#endif
 
 	g_free(session->passport_info.kv);
 	g_free(session->passport_info.sid);
--- a/libpurple/protocols/msn/session.h	Sun Feb 15 20:43:41 2009 +0000
+++ b/libpurple/protocols/msn/session.h	Sun Feb 15 20:51:25 2009 +0000
@@ -94,11 +94,10 @@
 	gboolean http_method;
 
 	MsnNotification *notification;
-	MsnNexus *nexus;
-	MsnOim		*oim;
-	MsnSync *sync;
-
-	MsnUserList *userlist;
+	MsnNexus        *nexus;
+	MsnOim          *oim;
+	MsnSync         *sync;
+	MsnUserList     *userlist;
 
 	int servconns_count; /**< The count of server connections. */
 	GList *switches; /**< The list of all the switchboards. */
@@ -107,7 +106,9 @@
 	/*psm info*/
 	char *psm;
 
+#if 0
 	char *blocked_text;
+#endif
 
 	struct
 	{

mercurial