soc.2009.telepathy: d7e15691: Present a message to the user when someb...

sttwister at soc.pidgin.im sttwister at soc.pidgin.im
Tue Jul 14 15:25:49 EDT 2009


-----------------------------------------------------------------
Revision: d7e1569185823fa5f3c960a4a6a09d5bd4d519b0
Ancestor: 3fc2d94a7da44f0dd4760a91d7a1bb7216357bd5
Author: sttwister at soc.pidgin.im
Date: 2009-07-14T19:24:24
Branch: im.pidgin.soc.2009.telepathy
URL: http://d.pidgin.im/viewmtn/revision/info/d7e1569185823fa5f3c960a4a6a09d5bd4d519b0

Modified files:
        libpurple/protocols/telepathy/telepathy_channel_text.c

ChangeLog: 

Present a message to the user when somebody joins a chatroom

-------------- next part --------------
============================================================
--- libpurple/protocols/telepathy/telepathy_channel_text.c	2f7d3c475a517fc79dd77057a3c539dbce194f48
+++ libpurple/protocols/telepathy/telepathy_channel_text.c	bc420eea6d1c8231a83b92ecd058e9fac3b82b81
@@ -481,7 +481,7 @@ chat_members_joined (TpConnection *conne
 
 		purple_conv_chat_add_user(PURPLE_CONV_CHAT(conv),
 				tp_contact_get_alias(contact), NULL,
-				PURPLE_CBFLAGS_NONE, FALSE);
+				PURPLE_CBFLAGS_NONE, TRUE);
 
 		g_object_ref(contacts[i]);
 


More information about the Commits mailing list