diff src/dialogs.c @ 4308:b3a14484fc2f

[gaim-migrate @ 4562] Fix the "Remove" permit buddy button in le privacy dialogueueue. I also screwed around with a bit 'o syntax in ssi.c, and hopefully make the uin@pager.icq.com receiving thing nice. I _still_ don't know why I can't send an email through that reliably. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 12 Jan 2003 23:13:51 +0000
parents 37fd8ad463ba
children 5978e3d53f29
line wrap: on
line diff
--- a/src/dialogs.c	Sun Jan 12 19:23:44 2003 +0000
+++ b/src/dialogs.c	Sun Jan 12 23:13:51 2003 +0000
@@ -1394,7 +1394,7 @@
 
 		if (name) {
 			current_deny_gc->permit = g_slist_remove(current_deny_gc->permit, name);
-			serv_rem_deny(current_deny_gc, who);
+			serv_rem_permit(current_deny_gc, who);
 			build_allow_list();
 		}
 	} else {