comparison src/dialogs.c @ 786:ffb824f6cd24

[gaim-migrate @ 796] arf committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 29 Aug 2000 06:02:43 +0000
parents c714def9cebb
children 17def2bb9720
comparison
equal deleted inserted replaced
785:dc9ad68fc30e 786:ffb824f6cd24
1015 buddy_pounces = g_list_append(buddy_pounces, bp); 1015 buddy_pounces = g_list_append(buddy_pounces, bp);
1016 1016
1017 do_bp_menu(); 1017 do_bp_menu();
1018 1018
1019 destroy_dialog(NULL, b->window); 1019 destroy_dialog(NULL, b->window);
1020 save_prefs();
1020 g_free(b); 1021 g_free(b);
1021 } 1022 }
1022 1023
1023 1024
1024 void show_new_bp(char *name) 1025 void show_new_bp(char *name)