[gaim-migrate @ 6905]

Wed, 06 Aug 2003 23:45:10 +0000

author
Christian Hammond <chipx86@chipx86.com>
date
Wed, 06 Aug 2003 23:45:10 +0000
changeset 6400
fc73d6446a5b
parent 6399
36eb1f7411fa
child 6401
cd65ec3195d0

[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!

src/protocols/oscar/oscar.c file | annotate | diff | comparison | revisions
--- 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;
 					}
 				}

mercurial