Mercurial > pidgin
diff libpurple/protocols/irc/msgs.c @ 20727:bcda8512dce4
purple_conversation_present is broken; remove it from IRC channel joins
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Sun, 30 Sep 2007 18:18:46 +0000 |
parents | 44b4e8bd759b |
children | 4ff4e3aeab27 f3cfcbbac3d8 |
line wrap: on
line diff
--- 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; }