Mercurial > pidgin
diff libpurple/protocols/myspace/user.c @ 32042:01b832cc602a
Replace the last raw references to "->proto_data".
| author | andrew.victor@mxit.com |
|---|---|
| date | Wed, 31 Aug 2011 21:26:02 +0000 |
| parents | 750ab90748a5 |
| children | 904686722499 |
line wrap: on
line diff
--- a/libpurple/protocols/myspace/user.c Tue Aug 30 22:07:19 2011 +0000 +++ b/libpurple/protocols/myspace/user.c Wed Aug 31 21:26:02 2011 +0000 @@ -412,7 +412,7 @@ * * @param session * @param msg The user information reply, with any amount of information. - * @param user The structure to save to, or NULL to save in PurpleBuddy->proto_data. + * @param user The structure to save to, or NULL to save in PurpleBuddy's protocol_data. * * Variable information is saved to the passed MsimUser structure. Permanent * information (UserID) is stored in the blist node of the buddy list (and
