diff options
Diffstat (limited to 'net-im/pidgin/files/pidgin-2.9.0-conversation.c.patch')
-rw-r--r-- | net-im/pidgin/files/pidgin-2.9.0-conversation.c.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net-im/pidgin/files/pidgin-2.9.0-conversation.c.patch b/net-im/pidgin/files/pidgin-2.9.0-conversation.c.patch new file mode 100644 index 0000000..bf09668 --- /dev/null +++ b/net-im/pidgin/files/pidgin-2.9.0-conversation.c.patch @@ -0,0 +1,17 @@ +# +# +# patch "libpurple/conversation.c" +# from [cd6817f4863abafef969359f65cc025f9483b401] +# to [19aac10ceebae1ee28788b6f0c02bcfcff0c8803] +# +============================================================ +--- libpurple/conversation.c cd6817f4863abafef969359f65cc025f9483b401 ++++ libpurple/conversation.c 19aac10ceebae1ee28788b6f0c02bcfcff0c8803 +@@ -1978,7 +1978,6 @@ purple_conv_chat_clear_users(PurpleConvC + } + + g_hash_table_remove_all(chat->users); +- chat->users = NULL; + + g_list_free(users); + chat->in_room = NULL; |