comparison src/prefs.c @ 1125:1a3dbc0e6529

[gaim-migrate @ 1135] this is a minor detail but it's still a nice touch committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 22 Nov 2000 13:04:26 +0000
parents a70d5200edde
children d31fad9abb32
comparison
equal deleted inserted replaced
1124:a70d5200edde 1125:1a3dbc0e6529
1391 current_is_deny = FALSE; 1391 current_is_deny = FALSE;
1392 allow_list = NULL; 1392 allow_list = NULL;
1393 block_list = NULL; 1393 block_list = NULL;
1394 } 1394 }
1395 1395
1396 static void build_allow_list() 1396 void build_allow_list()
1397 { 1397 {
1398 GtkWidget *label; 1398 GtkWidget *label;
1399 GtkWidget *list_item; 1399 GtkWidget *list_item;
1400 GSList *p = current_deny_gc->permit; 1400 GSList *p = current_deny_gc->permit;
1401 1401