# HG changeset patch # User Mark Doliner # Date 1245735228 0 # Node ID 324cc0d6ca0ab792d9e0cd20aadb89aceea24bdb # Parent 3b2a2469ffbfece1dd543612c986e030ddc26d59 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. diff -r 3b2a2469ffbf -r 324cc0d6ca0a libpurple/protocols/myspace/user.c --- 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); }