# HG changeset patch # User Ethan Blanton # Date 1191176326 0 # Node ID bcda8512dce477d5fb139048400859071ca02c9c # Parent 2bb82b05d30af015185ae0662a2141a9d45dcf22 purple_conversation_present is broken; remove it from IRC channel joins diff -r 2bb82b05d30a -r bcda8512dce4 libpurple/protocols/irc/msgs.c --- a/libpurple/protocols/irc/msgs.c Sun Sep 30 16:55:19 2007 +0000 +++ b/libpurple/protocols/irc/msgs.c Sun Sep 30 18:18:46 2007 +0000 @@ -751,7 +751,10 @@ } purple_conversation_set_data(convo, IRC_NAMES_FLAG, GINT_TO_POINTER(FALSE)); - purple_conversation_present(convo); + /* Until purple_conversation_present does something that + * one would expect in Pidgin, this call produces buggy + * behavior both for the /join and auto-join cases. */ + /* purple_conversation_present(convo); */ return; }