diff src/protocols/msn/session.h @ 5318:bd98232872a3

[gaim-migrate @ 5690] Renaming a group on the buddy list now renames the group on the server-stored buddy list. Also, we updated to MSNP7 on the notification server as well! Yay! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 06 May 2003 23:07:12 +0000
parents e2e53316a21d
children a4d017bee1de
line wrap: on
line diff
--- a/src/protocols/msn/session.h	Tue May 06 22:42:00 2003 +0000
+++ b/src/protocols/msn/session.h	Tue May 06 23:07:12 2003 +0000
@@ -45,7 +45,8 @@
 	MsnUsers *users;
 
 	GList *switches;
-	GHashTable *groups;
+	GHashTable *group_names; /* ID -> name */
+	GHashTable *group_ids;   /* Name -> ID */
 
 	struct
 	{