# HG changeset patch # User Ethan Blanton # Date 1192812881 0 # Node ID 67a7e08686189937fe1e36e4634043caecb60b37 # Parent cba5d5955d43d504d42057aa20a26a5ceae8746e applied changes from 26c05ed157a02643cbb12b04045422b123312bcf through 85513af6378ee439127fd26e37d36980f07bf835 committer: Luke Schierer diff -r cba5d5955d43 -r 67a7e0868618 libpurple/protocols/irc/msgs.c --- a/libpurple/protocols/irc/msgs.c Fri Oct 19 16:53:22 2007 +0000 +++ b/libpurple/protocols/irc/msgs.c Fri Oct 19 16:54:41 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; }