diff src/prefs.c @ 710:efd72a117875

[gaim-migrate @ 720] yay, icq-style aliasing. joy. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 17 Aug 2000 13:07:52 +0000
parents dcf672c5a1ff
children d7c39f12eb89
line wrap: on
line diff
--- a/src/prefs.c	Thu Aug 17 10:01:50 2000 +0000
+++ b/src/prefs.c	Thu Aug 17 13:07:52 2000 +0000
@@ -464,8 +464,7 @@
 	if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(w))) {
 		permdeny = (int)data;
 	        if (blist) {
-			/* We don't save this 'at home', it's on the server.
-			 * So, we gotta resend the config to the server. */
+			do_export(0, 0);
 			serv_save_config();
 			/* we do this here because we can :) */
 			serv_set_permit_deny();