changeset 30679:ccae0fa9622f

Don't check the total number of users in an MSN switchboard when converting to a purple chat, since your alternate selfs count. I have a feeling this isn't going to work right if you're signed in to >2 places, though.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Tue, 15 Dec 2009 00:55:46 +0000
parents 17ee21b062f9
children 690bd42ce0ea
files libpurple/protocols/msn/switchboard.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/msn/switchboard.c	Tue Dec 15 00:13:49 2009 +0000
+++ b/libpurple/protocols/msn/switchboard.c	Tue Dec 15 00:55:46 2009 +0000
@@ -271,7 +271,7 @@
 								PURPLE_CBFLAGS_NONE, TRUE);
 		msn_servconn_set_idle_timeout(swboard->servconn, 0);
 	}
-	else if (swboard->current_users > 1 || swboard->total_users > 1)
+	else if (swboard->current_users > 1)
 	{
 		msn_servconn_set_idle_timeout(swboard->servconn, 0);
 		if (swboard->conv == NULL ||