Mercurial > pidgin
changeset 20302:67a7e0868618
applied changes from 26c05ed157a02643cbb12b04045422b123312bcf
through 85513af6378ee439127fd26e37d36980f07bf835
committer: Luke Schierer <lschiere@pidgin.im>
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Fri, 19 Oct 2007 16:54:41 +0000 |
parents | cba5d5955d43 |
children | d130a8a8e354 |
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 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; }