diff pidgin/gtkdialogs.c @ 19509:4da3c8618c24

propagate from branch 'im.pidgin.pidgin' (head 4313008137cace2c9699584ec7308c1e888ae137) to branch 'im.pidgin.sadrul.conv.persistent' (head 8b67243aa294f0638d06c636c153233b0d44a6e2)
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 28 Aug 2007 04:32:52 +0000
parents 51a873c91a20 2128daf52d31
children e2411ff184ba
line wrap: on
line diff
--- a/pidgin/gtkdialogs.c	Tue Aug 28 03:46:31 2007 +0000
+++ b/pidgin/gtkdialogs.c	Tue Aug 28 04:32:52 2007 +0000
@@ -768,6 +768,7 @@
 	if (conv == NULL)
 		conv = purple_conversation_new(PURPLE_CONV_TYPE_IM, account, username);
 
+	pidgin_conv_attach_to_conversation(conv);
 	purple_conversation_present(conv);
 }