diff libpurple/protocols/myspace/user.h @ 24726:694591875bc9

Use the friendly/vanity url when it's available in myspace "View web profile" links
author Mark Doliner <mark@kingant.net>
date Mon, 15 Dec 2008 19:02:35 +0000
parents 128a77f3b3c4
children 295464ae2d2a
line wrap: on
line diff
--- a/libpurple/protocols/myspace/user.h	Mon Dec 15 09:48:20 2008 +0000
+++ b/libpurple/protocols/myspace/user.h	Mon Dec 15 19:02:35 2008 +0000
@@ -25,6 +25,7 @@
 typedef struct _MsimUser
 {
 	PurpleBuddy *buddy;
+	/* Note: id is also &buddy->node (set_blist_node_int), when buddy is non-NULL */
 	int id;
 	guint client_cv;
 	gchar *client_info;
@@ -34,7 +35,6 @@
 	guint total_friends;
 	gchar *headline;
 	gchar *display_name;
-	/* Note: uid is in &buddy->node (set_blist_node_int), since it never changes */
 	gchar *username;
 	gchar *band_name, *song_name;
 	gchar *image_url;