diff src/prefs.c @ 1805:caa605e70917

[gaim-migrate @ 1815] i have that sting song, the one they play in the mercedes commercial, stuck in my head. what the hell are the words to that song. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 05 May 2001 10:36:08 +0000
parents c4864ac7792b
children 998a6a032874
line wrap: on
line diff
--- a/src/prefs.c	Sat May 05 00:15:58 2001 +0000
+++ b/src/prefs.c	Sat May 05 10:36:08 2001 +0000
@@ -1797,7 +1797,7 @@
 {
 	current_deny_gc->permdeny = data;
 	serv_set_permit_deny(current_deny_gc);
-	do_export(NULL, 0);
+	do_export(current_deny_gc);
 }
 
 static GtkWidget *deny_opt(char *label, int which, GtkWidget *box, GtkWidget *set)
@@ -1967,7 +1967,7 @@
 		build_block_list();
 	}
 
-	do_export(0, 0);
+	do_export(current_deny_gc);
 }
 
 static void deny_page()