src/gtkconv.c

changeset 7718
063aababbbea
parent 7717
cfe3d4955c51
child 7735
716fd57a8d2d
--- a/src/gtkconv.c	Wed Dec 03 05:12:24 2003 +0000
+++ b/src/gtkconv.c	Wed Dec 03 05:18:07 2003 +0000
@@ -3800,7 +3800,7 @@
 		GaimAccount *account;
 
 		if (gaim_gtk_parse_x_im_contact(sd->data, FALSE, &account,
-										&protocol, &username, NULL))
+						&protocol, &username, NULL))
 		{
 			if (account == NULL)
 			{
@@ -3810,7 +3810,8 @@
 			}
 			else
 			{
-				gaim_conversation_new(GAIM_CONV_IM, account, username);
+				c = gaim_conversation_new(GAIM_CONV_IM, account, username);
+				gaim_conv_window_add_conversation(win, c);
 			}
 		}
 

mercurial