diff src/protocols/msn/msg.c @ 5454:c6efac0e28ff

[gaim-migrate @ 5842] Fixed the bug where EVERYBODY is a gaim user. This may have fixed a couple other bugs as well. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 20 May 2003 03:32:37 +0000
parents b1c430fbf9d5
children f9658a84d1ed
line wrap: on
line diff
--- a/src/protocols/msn/msg.c	Tue May 20 03:11:15 2003 +0000
+++ b/src/protocols/msn/msg.c	Tue May 20 03:32:37 2003 +0000
@@ -77,6 +77,9 @@
 
 	msg = msn_message_new();
 
+	/* Clear out the old stuff. */
+	msn_message_set_attr(msg, "User-Agent", NULL);
+
 	tmp = g_strdup(str);
 
 	GET_NEXT(tmp); /* Skip MSG */