diff src/protocols/msn/session.h @ 5322:a4d017bee1de

[gaim-migrate @ 5694] Dragging buddies into different groups now moves them server-side. You may have some bugs regarding this, or some errors. They should go away after they are moved into new groups. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 07 May 2003 01:53:04 +0000
parents bd98232872a3
children b716ffc25d2d
line wrap: on
line diff
--- a/src/protocols/msn/session.h	Wed May 07 01:41:07 2003 +0000
+++ b/src/protocols/msn/session.h	Wed May 07 01:53:04 2003 +0000
@@ -67,8 +67,12 @@
 
 	} passport_info;
 
-	/* You have no idea how much I hate this. */
+	/* You have no idea how much I hate all that is below. */
 	GaimPlugin *prpl;
+
+	/* For moving buddies from one group to another. Ugh. */
+	gboolean moving_buddy;
+	gint dest_group_id;
 };
 
 /**