# HG changeset patch # User Elliott Sales de Andrade # Date 1260838546 0 # Node ID ccae0fa9622f25f6b2a4f45f13e90e3c017afc91 # Parent 17ee21b062f9dd3e6238110f853d626bff7fc042 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. diff -r 17ee21b062f9 -r ccae0fa9622f libpurple/protocols/msn/switchboard.c --- 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 ||