[gaim-migrate @ 4654]

Wed, 22 Jan 2003 07:32:18 +0000

author
Nathan Walp <nwalp@pidgin.im>
date
Wed, 22 Jan 2003 07:32:18 +0000
changeset 4388
936c831182fc
parent 4387
0fde9998110e
child 4389
14a5f5739297

[gaim-migrate @ 4654]
remember to take buddies out of the edit tree when their account goes offline

src/multi.c file | annotate | diff | comparison | revisions
--- a/src/multi.c	Wed Jan 22 06:29:45 2003 +0000
+++ b/src/multi.c	Wed Jan 22 07:32:18 2003 +0000
@@ -1446,6 +1446,10 @@
 	debug_printf("Disconnecting. user = %p, gc = %p (%p)\n",
 				 gc->user, gc->user->gc, gc);
 	gc->user->gc = NULL;	/* wasn't that awkward? */
+
+	/* take these buddies out of the edit tree */
+	build_edit_tree();
+
 	if (!acctedit)
 		return;
 

mercurial