comparison src/buddy.c @ 281:7b06ba09ffe2

[gaim-migrate @ 291] So someone today told me I should make it so the permit list works, so I did. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 30 May 2000 23:49:54 +0000
parents 6b6cd02de8f9
children 35796808896a
comparison
equal deleted inserted replaced
280:e606585a38bd 281:7b06ba09ffe2
1580 permdeny = (int)data; 1580 permdeny = (int)data;
1581 /* printf("BLAH BLAH %d %d", permdeny, (int) data); */ 1581 /* printf("BLAH BLAH %d %d", permdeny, (int) data); */
1582 /* We don't save this 'at home', it's on the server. 1582 /* We don't save this 'at home', it's on the server.
1583 * So, we gotta resend the config to the server. */ 1583 * So, we gotta resend the config to the server. */
1584 serv_save_config(); 1584 serv_save_config();
1585 #ifdef USE_OSCAR
1586 /* we do this here because we can :) */
1587 serv_set_permit_deny();
1588 #endif
1585 } 1589 }
1586 1590
1587 1591
1588 static void move_blist_window(GtkWidget *w, GdkEventConfigure *e, void *dummy) 1592 static void move_blist_window(GtkWidget *w, GdkEventConfigure *e, void *dummy)
1589 { 1593 {