src/gtkconv.c

changeset 7089
83868f616e34
parent 7078
0d63d673f170
child 7090
58fa35e8f2a0
--- a/src/gtkconv.c	Tue Sep 30 23:24:13 2003 +0000
+++ b/src/gtkconv.c	Tue Sep 30 23:31:35 2003 +0000
@@ -3675,9 +3675,7 @@
 		else
 			return;
 
-		c = gaim_conversation_new(GAIM_CONV_IM,
-								  ((GaimBuddy *)n)->account,
-								  ((GaimBuddy *)n)->name);
+		c = gaim_conversation_new(GAIM_CONV_IM, b->account, b->name);
 
 		gaim_window_add_conversation(win, c);
 	}

mercurial