# HG changeset patch # User Christian Hammond # Date 1086552585 0 # Node ID f46154d6de2b767f09d19ffe5b96233545611c79 # Parent 316b1afb5974aae9c6c77bb12d0c3a52c80325b1 [gaim-migrate @ 10019] Make sure we're checking if the user that added us is already in the FL list as well. committer: Tailor Script diff -r 316b1afb5974 -r f46154d6de2b src/protocols/msn/userlist.c --- a/src/protocols/msn/userlist.c Sun Jun 06 19:06:22 2004 +0000 +++ b/src/protocols/msn/userlist.c Sun Jun 06 20:09:45 2004 +0000 @@ -246,8 +246,11 @@ "%s has added you to his or her contact list.\n", passport); - if (!(user->list_op & (MSN_LIST_AL_OP | MSN_LIST_BL_OP))) + if (!(user->list_op & (MSN_LIST_AL_OP | MSN_LIST_BL_OP | + MSN_LIST_FL_OP))) + { got_new_entry(gc, passport, friendly); + } } user->list_op |= (1 << list_id);