diff libpurple/protocols/myspace/myspace.h @ 19353:af0e77c44667

MySpace added a new field, LastImageUpdated. Save it in MsimUser. Also, allow null session in msim_unrecognized, since sometimes the session is not conveniently available (such as in msim_store_user_info_each). Previously, LastImageUpdated was unrecognized and sent to msim_unrecognized with a null session, which was dereferenced and crashed. Fixed.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Fri, 24 Aug 2007 02:29:42 +0000
parents 35da6d99d7f0
children ff23b2470850
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.h	Thu Aug 23 06:10:21 2007 +0000
+++ b/libpurple/protocols/myspace/myspace.h	Fri Aug 24 02:29:42 2007 +0000
@@ -226,6 +226,7 @@
 	gchar *username;
 	gchar *band_name, *song_name;
 	gchar *image_url;
+	guint last_image_updated;
 } MsimUser;