Mercurial > pidgin
diff libpurple/protocols/myspace/user.c @ 27152: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 | 9ea3474065dc |
| children | 14e7b8ecf9b3 |
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); }
