changeset 22251:561f1e5e174f

fix unblocking
author Richard Nelson <wabz@pidgin.im>
date Sat, 02 Feb 2008 22:32:54 +0000
parents 9b620ed4fbc4
children 1144983185fb
files finch/gntblist.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/finch/gntblist.c	Sat Feb 02 22:20:09 2008 +0000
+++ b/finch/gntblist.c	Sat Feb 02 22:32:54 2008 +0000
@@ -2568,7 +2568,7 @@
 		if (purple_request_fields_get_choice(fields, "block") == 1) {
 			purple_privacy_deny(account, name, FALSE, FALSE);
 		} else {
-			purple_privacy_deny(account, name, FALSE, FALSE);
+			purple_privacy_allow(account, name, FALSE, FALSE);
 		}
 	}
 }