Mercurial > pidgin.yaz
changeset 27234:324cc0d6ca0a
As far as I can tell this line was accidentally removed in an explicit merge
on January 2nd. I could be wrong, though--monotone is a pain in the ass
to use.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 23 Jun 2009 05:33:48 +0000 |
parents | 3b2a2469ffbf |
children | 14e7b8ecf9b3 |
files | libpurple/protocols/myspace/user.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/myspace/user.c Mon Jun 22 23:39:56 2009 +0000 +++ b/libpurple/protocols/myspace/user.c Tue Jun 23 05:33:48 2009 +0000 @@ -58,6 +58,7 @@ user = g_new0(MsimUser, 1); user->buddy = buddy; + user->id = purple_blist_node_get_int(&buddy->node, "UserID"); purple_buddy_set_protocol_data(buddy, user); }