comparison 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
comparison
equal deleted inserted replaced
20178:8e3ef71c4362 20179:bd7244f3d491
223 PURPLE_DBUS_REGISTER_POINTER(msg, PurpleConvMessage); 223 PURPLE_DBUS_REGISTER_POINTER(msg, PurpleConvMessage);
224 msg->who = g_strdup(who); 224 msg->who = g_strdup(who);
225 msg->flags = flags; 225 msg->flags = flags;
226 msg->what = g_strdup(message); 226 msg->what = g_strdup(message);
227 msg->when = when; 227 msg->when = when;
228 msg->conv = conv;
228 229
229 conv->message_history = g_list_prepend(conv->message_history, msg); 230 conv->message_history = g_list_prepend(conv->message_history, msg);
230 } 231 }
231 232
232 static void 233 static void