diff src/buddy.c @ 689:4e3f5d9cacd5

[gaim-migrate @ 699] fixed removal of buddy pounces. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 15 Aug 2000 22:36:18 +0000
parents c72f58814e9f
children 97b75ed155b0
line wrap: on
line diff
--- a/src/buddy.c	Tue Aug 15 22:24:04 2000 +0000
+++ b/src/buddy.c	Tue Aug 15 22:36:18 2000 +0000
@@ -1132,6 +1132,8 @@
 void rem_bp(GtkWidget *w, struct buddy_pounce *b)
 {
 	buddy_pounces = g_list_remove(buddy_pounces, b);
+	do_bp_menu();
+	save_prefs();
 }
 
 void do_pounce(char *name)