diff pidgin/gtkdialogs.c @ 19415:2128daf52d31

Reattach the gtk-ui to a conversation when the user wants to reopen the conversation from pidgin.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 25 Aug 2007 04:53:45 +0000
parents 2401b5f0a91d
children 4da3c8618c24
line wrap: on
line diff
--- a/pidgin/gtkdialogs.c	Sat Aug 25 04:50:57 2007 +0000
+++ b/pidgin/gtkdialogs.c	Sat Aug 25 04:53:45 2007 +0000
@@ -765,6 +765,7 @@
 	if (conv == NULL)
 		conv = purple_conversation_new(PURPLE_CONV_TYPE_IM, account, username);
 
+	pidgin_conv_attach_to_conversation(conv);
 	purple_conversation_present(conv);
 }