Mercurial > pidgin.yaz
changeset 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 | 2bb82b05d30a |
children | f653af2d4659 |
files | libpurple/protocols/irc/msgs.c |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
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; }