im.pidgin.pidgin.2.2.2: d4335829fce98463c101c48b218c2eb02a9a8428

elb at pidgin.im elb at pidgin.im
Fri Oct 19 17:14:22 EDT 2007


-----------------------------------------------------------------
Revision: d4335829fce98463c101c48b218c2eb02a9a8428
Ancestor: 4117e1545defc99b04e602e48cfb55bfcaf5d4d9
Author: elb at pidgin.im
Date: 2007-10-19T16:54:41
Branch: im.pidgin.pidgin.2.2.2

Modified files:
        libpurple/protocols/irc/msgs.c

ChangeLog: 

applied changes from 26c05ed157a02643cbb12b04045422b123312bcf
             through 85513af6378ee439127fd26e37d36980f07bf835

-------------- next part --------------
============================================================
--- libpurple/protocols/irc/msgs.c	268c9f7531ccf78e0a77c5145df952510fe4cfc3
+++ libpurple/protocols/irc/msgs.c	f622c12f00969dee5584d531367433501d203d11
@@ -751,7 +751,10 @@ void irc_msg_join(struct irc_conn *irc, 
 		}
 		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;
 	}
 


More information about the Commits mailing list