From: <aar...@us...> - 2006-07-06 00:42:48
|
Revision: 16435 Author: aaronsheldon Date: 2006-07-05 17:42:42 -0700 (Wed, 05 Jul 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16435&view=rev Log Message: ----------- Removed comment that I should check something later. It is 5 minutes past later. Modified Paths: -------------- branches/soc-2006-chat-speed/src/conversation.c Modified: branches/soc-2006-chat-speed/src/conversation.c =================================================================== --- branches/soc-2006-chat-speed/src/conversation.c 2006-07-06 00:32:38 UTC (rev 16434) +++ branches/soc-2006-chat-speed/src/conversation.c 2006-07-06 00:42:42 UTC (rev 16435) @@ -1610,7 +1610,6 @@ g_return_if_fail(prpl_info != NULL); flags = gaim_conv_chat_user_get_flags(chat, old_user); - /* Check this later - F.P. */ cb = gaim_conv_chat_cb_new(new_user, NULL, flags); gaim_conv_chat_set_users(chat, g_list_prepend(gaim_conv_chat_get_users(chat), cb)); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |