comparison src/blist.c @ 10945:1ce8013f5642

[gaim-migrate @ 12740] This is probably better, thanks Bleeter, hopefully you'll not notice this commit came after my statement in #gaim :-) committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 26 May 2005 23:58:20 +0000
parents 4a4f2760a9ad
children 50224ac8184d
comparison
equal deleted inserted replaced
10944:4a4f2760a9ad 10945:1ce8013f5642
576 576
577 if (!account) 577 if (!account)
578 continue; 578 continue;
579 579
580 imode = atoi(mode); 580 imode = atoi(mode);
581 account->perm_deny = (imode != 0 ? imode : 1); 581 account->perm_deny = (imode != 0 ? imode : GAIM_PRIVACY_ALLOW_ALL);
582 582
583 for (x = anode->child; x; x = x->next) { 583 for (x = anode->child; x; x = x->next) {
584 char *name; 584 char *name;
585 if (x->type != XMLNODE_TYPE_TAG) 585 if (x->type != XMLNODE_TYPE_TAG)
586 continue; 586 continue;