# HG changeset patch # User Christian Hammond # Date 1062910453 0 # Node ID addc5c8c0df1d25a2230b32bdf3fb4fa5619d5aa # Parent e719379c8a79c4a6d17ade8da48dd486fa81c22b [gaim-migrate @ 7310] Remove a series of warnings from startup. committer: Tailor Script diff -r e719379c8a79 -r addc5c8c0df1 src/protocols/msn/notification.c --- a/src/protocols/msn/notification.c Sun Sep 07 04:47:22 2003 +0000 +++ b/src/protocols/msn/notification.c Sun Sep 07 04:54:13 2003 +0000 @@ -106,10 +106,12 @@ b = gaim_buddy_new(account, msn_user_get_passport(user), NULL); + b->proto_data = user; + gaim_blist_add_buddy(b, NULL, g, NULL); } - - b->proto_data = user; + else + b->proto_data = user; } /* Find all occurrences of this buddy in the wrong place. */