diff src/dialogs.c @ 6745:57a24492434b

[gaim-migrate @ 7277] compile for windows.. committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Thu, 04 Sep 2003 23:08:57 +0000
parents d93c6a1fadf2
children 362e60e7c265
line wrap: on
line diff
--- a/src/dialogs.c	Thu Sep 04 21:48:15 2003 +0000
+++ b/src/dialogs.c	Thu Sep 04 23:08:57 2003 +0000
@@ -443,9 +443,10 @@
 			while(bnode) {
 				GaimBuddy *b;
 				if(GAIM_BLIST_NODE_IS_BUDDY(bnode)) {
-					b = (GaimBuddy*)bnode;
+					GaimConversation *c;
+                                        b = (GaimBuddy*)bnode;
 					bnode = bnode->next;
-					GaimConversation *c = gaim_find_conversation_with_account(b->name, b->account);
+					c = gaim_find_conversation_with_account(b->name, b->account);
 					if(gaim_account_is_connected(b->account)) {
 						serv_remove_buddy(b->account->gc, b->name, g->name);
 						gaim_blist_remove_buddy(b);