src/protocols/msn/msn.c

changeset 8175
4e79974d452c
parent 8170
f034b2951a24
child 8207
62f5bc66e39f
equal deleted inserted replaced
8174:c4313afadfda 8175:4e79974d452c
869 GaimAccount *account = gaim_connection_get_account(gc); 869 GaimAccount *account = gaim_connection_get_account(gc);
870 MsnSession *session = gc->proto_data; 870 MsnSession *session = gc->proto_data;
871 char buf[MSN_BUF_LEN]; 871 char buf[MSN_BUF_LEN];
872 GSList *s, *t = NULL; 872 GSList *s, *t = NULL;
873 873
874 if (account->perm_deny == PERMIT_ALL || 874 if (account->perm_deny == GAIM_PRIVACY_ALLOW_ALL ||
875 account->perm_deny == DENY_SOME) { 875 account->perm_deny == GAIM_PRIVACY_DENY_USERS) {
876 876
877 strcpy(buf, "AL"); 877 strcpy(buf, "AL");
878 } 878 }
879 else 879 else
880 strcpy(buf, "BL"); 880 strcpy(buf, "BL");

mercurial