diff libpurple/conversation.c @ 20179:bd7244f3d491

Contactize the message history when re-attaching the pidgin ui.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 19 Sep 2007 06:48:59 +0000
parents eb758ca32ea9
children 0b67d509a305
line wrap: on
line diff
--- a/libpurple/conversation.c	Wed Sep 19 06:19:19 2007 +0000
+++ b/libpurple/conversation.c	Wed Sep 19 06:48:59 2007 +0000
@@ -225,6 +225,7 @@
 	msg->flags = flags;
 	msg->what = g_strdup(message);
 	msg->when = when;
+	msg->conv = conv;
 
 	conv->message_history = g_list_prepend(conv->message_history, msg);
 }