[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 |
6b1345121dd3 |
children |
16831576f242 |
files |
TODO src/buddy.c |
diffstat |
2 files changed, 2 insertions(+), 1 deletions(-)
[+]
|
line diff
--- a/TODO Tue Aug 15 22:24:04 2000 +0000
+++ b/TODO Tue Aug 15 22:36:18 2000 +0000
@@ -10,4 +10,3 @@
on your buddy list. This won't be too hard it'll just
take a bit of work. Maybe we'll save this one for the
release after our next release.
- Fix deletion of buddy pounces
--- 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)