/pidgin/main: 7fb8821cba5f: Backed out 50884c0b222a because it b...

Kevin Stange <[email protected]>
Newsgroups gmane.comp.gnome.gaim.cvs
Message-ID <[email protected]>
Changeset: 7fb8821cba5fed0eaed0082110feaa96746421b8
Author:	 Kevin Stange <[email protected]>
Date:	 2015-07-18 18:04 -0500
Branch:	 default
URL: https://hg.pidgin.im/pidgin/main/rev/7fb8821cba5f

Description:

Backed out 50884c0b222a because it breaks rejoining XMPP MUCs (maybe others) upon reconnection

diffstat:

 libpurple/server.c |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (15 lines):

diff --git a/libpurple/server.c b/libpurple/server.c
--- a/libpurple/server.c
+++ b/libpurple/server.c
@@ -765,10 +765,7 @@ PurpleChatConversation *purple_serv_got_
 	g_return_val_if_fail(account != NULL, NULL);
 	g_return_val_if_fail(name != NULL, NULL);
 
-	chat = purple_conversations_find_chat_with_account(name, account);
-	if (!chat) {
-		chat = purple_chat_conversation_new(account, name);
-	}
+	chat = purple_chat_conversation_new(account, name);
 	g_return_val_if_fail(chat != NULL, NULL);
 
 	if (!g_slist_find(purple_connection_get_active_chats(gc), chat))

_______________________________________________
Commits mailing list
[email protected]
https://pidgin.im/cgi-bin/mailman/listinfo/commits
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.