Fix GG11 build

Fri, 23 May 2014 10:32:33 +0200

author
Tomasz Wasilczyk <twasilczyk@pidgin.im>
date
Fri, 23 May 2014 10:32:33 +0200
changeset 36101
c90f13e375a8
parent 36100
720a07f05cae
child 36102
ebaa2d327f20

Fix GG11 build

libpurple/protocols/gg/chat.c file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/gg/chat.c	Fri May 23 10:30:53 2014 +0200
+++ b/libpurple/protocols/gg/chat.c	Fri May 23 10:32:33 2014 +0200
@@ -526,8 +526,8 @@
 	if (who == me) {
 		PurpleMessage *pmsg;
 
-		pmsg = purple_message_new(ggp_uin_to_str(who),
-			message, PURPLE_MESSAGE_SEND);
+		pmsg = purple_message_new_outgoing(
+			ggp_uin_to_str(who), message, 0);
 		purple_message_set_time(pmsg, time);
 
 		purple_conversation_write_message(

mercurial