diff src/gtkconv.c @ 9754:4a8bf81b82ae

[gaim-migrate @ 10621] " This will default the room/server fields to the proper values when an add chat is requested from a conversation window. It wasn't quite as trivial as the reporter suggested..." --Nathan (noif) Fredrickson committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 15 Aug 2004 19:34:20 +0000
parents 4f8476beabf5
children b64ee81c7bcb
line wrap: on
line diff
--- a/src/gtkconv.c	Sun Aug 15 17:05:51 2004 +0000
+++ b/src/gtkconv.c	Sun Aug 15 19:34:20 2004 +0000
@@ -535,7 +535,7 @@
 		if (c != NULL)
 			gaim_gtkdialogs_remove_chat(c);
 		else if (account != NULL && gaim_account_is_connected(account))
-			gaim_blist_request_add_chat(account, NULL, NULL);
+			gaim_blist_request_add_chat(account, NULL, NULL, name);
 	}
 
 	gtk_widget_grab_focus(GAIM_GTK_CONVERSATION(conv)->entry);