diff libpurple/protocols/myspace/user.h @ 24684:128a77f3b3c4

Keep track of the user ID in the MsimUser struct so that we have a copy even for people who aren't in our buddy list. This fixes the "View web profile" link when getting info for people not in our buddy list.
author Mark Doliner <mark@kingant.net>
date Fri, 12 Dec 2008 04:01:39 +0000
parents bf4902fce6e4
children 694591875bc9
line wrap: on
line diff
--- a/libpurple/protocols/myspace/user.h	Fri Dec 12 03:46:36 2008 +0000
+++ b/libpurple/protocols/myspace/user.h	Fri Dec 12 04:01:39 2008 +0000
@@ -25,6 +25,7 @@
 typedef struct _MsimUser
 {
 	PurpleBuddy *buddy;
+	int id;
 	guint client_cv;
 	gchar *client_info;
 	guint age;