diff src/protocols/msn/sync.c @ 10451:92d4a25fd33c

[gaim-migrate @ 11717] This is patch 1090620 from Felipe Contreras to improve the handling of the Individuals group on MSN and better buddy updates (modified by me to work in HEAD) Also included is my fix for bug 1090087 "MSN Groupchat Double Invite Crash", a few spelling corrections, and make some more strings translatable. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 30 Dec 2004 15:55:19 +0000
parents 86a6d78b070b
children 967ef719cb62
line wrap: on
line diff
--- a/src/protocols/msn/sync.c	Thu Dec 30 06:26:53 2004 +0000
+++ b/src/protocols/msn/sync.c	Thu Dec 30 15:55:19 2004 +0000
@@ -99,6 +99,11 @@
 
 	group = msn_group_new(session->userlist, group_id, name);
 
+	/* HACK */
+	if (group_id == 0)
+		/* Group of ungroupped buddies */
+		return;
+
 	if ((g = gaim_find_group(name)) == NULL)
 	{
 		g = gaim_group_new(name);