Sun, 07 Sep 2003 04:54:13 +0000
[gaim-migrate @ 7310]
Remove a series of warnings from startup.
| src/protocols/msn/notification.c | file | annotate | diff | comparison | revisions |
--- 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. */