changeset 6400:588e88bcdac5

[gaim-migrate @ 6905] Oscar should no longer try to add you to the block list while adding you to the block list. That made no sense, but trust me, it's caused me a lot of headaches. I WANT OFF MY BLOCK LIST! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 06 Aug 2003 23:45:10 +0000
parents d726a36628e8
children 6443491fa59d
files src/protocols/oscar/oscar.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Wed Aug 06 23:26:52 2003 +0000
+++ b/src/protocols/oscar/oscar.c	Wed Aug 06 23:45:10 2003 +0000
@@ -4887,7 +4887,7 @@
 					if (!list) {
 						gaim_debug(GAIM_DEBUG_INFO, "oscar",
 								   "ssi: adding permit buddy %s to local list\n", curitem->name);
-						gaim_privacy_permit_add(account, curitem->name, FALSE);
+						gaim_privacy_permit_add(account, curitem->name, TRUE);
 						export = TRUE;
 					}
 				}
@@ -4900,7 +4900,7 @@
 					if (!list) {
 						gaim_debug(GAIM_DEBUG_INFO, "oscar",
 								   "ssi: adding deny buddy %s to local list\n", curitem->name);
-						gaim_privacy_deny_add(account, curitem->name, FALSE);
+						gaim_privacy_deny_add(account, curitem->name, TRUE);
 						export = TRUE;
 					}
 				}