diff 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
line wrap: on
line diff
--- a/src/blist.c	Thu May 26 13:04:41 2005 +0000
+++ b/src/blist.c	Thu May 26 23:58:20 2005 +0000
@@ -578,7 +578,7 @@
 				continue;
 
 			imode = atoi(mode);
-			account->perm_deny = (imode != 0 ? imode : 1);
+			account->perm_deny = (imode != 0 ? imode : GAIM_PRIVACY_ALLOW_ALL);
 
 			for (x = anode->child; x; x = x->next) {
 				char *name;