diff src/account.c @ 10944:4a4f2760a9ad

[gaim-migrate @ 12737] 0 is not a valid value for account->perm_deny. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 26 May 2005 13:04:41 +0000
parents 885377f484b7
children 1ce8013f5642
line wrap: on
line diff
--- a/src/account.c	Thu May 26 12:49:25 2005 +0000
+++ b/src/account.c	Thu May 26 13:04:41 2005 +0000
@@ -682,6 +682,8 @@
 	account->ui_settings = g_hash_table_new_full(g_str_hash, g_str_equal,
 				g_free, (GDestroyNotify)g_hash_table_destroy);
 	account->system_log = NULL;
+	/* 0 is not a valid privacy setting */
+	account->perm_deny = 1;
 
 	account->presence = gaim_presence_new_for_account(account);