Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/pidgin/files: pidgin-2.9.0-conversation.c.patch
Date: Wed, 27 Jul 2011 07:01:29
Message-Id: 20110727070113.1FF7620051@flycatcher.gentoo.org
1 pva 11/07/27 07:01:13
2
3 Added: pidgin-2.9.0-conversation.c.patch
4 Log:
5 Fix multiple display of room members, bug 375627 thank Antonov Nikolay for digging patch.
6
7 (Portage version: 2.1.10.7/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-im/pidgin/files/pidgin-2.9.0-conversation.c.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pidgin/files/pidgin-2.9.0-conversation.c.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pidgin/files/pidgin-2.9.0-conversation.c.patch?rev=1.1&content-type=text/plain
14
15 Index: pidgin-2.9.0-conversation.c.patch
16 ===================================================================
17 #
18 #
19 # patch "libpurple/conversation.c"
20 # from [cd6817f4863abafef969359f65cc025f9483b401]
21 # to [19aac10ceebae1ee28788b6f0c02bcfcff0c8803]
22 #
23 ============================================================
24 --- libpurple/conversation.c cd6817f4863abafef969359f65cc025f9483b401
25 +++ libpurple/conversation.c 19aac10ceebae1ee28788b6f0c02bcfcff0c8803
26 @@ -1978,7 +1978,6 @@ purple_conv_chat_clear_users(PurpleConvC
27 }
28
29 g_hash_table_remove_all(chat->users);
30 - chat->users = NULL;
31
32 g_list_free(users);
33 chat->in_room = NULL;