Fix purple_conversation_manager_find_chat_by_id.

Review Request #1495 — Created June 7, 2022 and submitted — Latest diff uploaded

Information

pidgin/pidgin
default

Reviewers

purple_conversation_manager_find_chat_by_id was calling
purple_conversation_manager_find_internal with a name of NULL. However,
purple_conversation_manager_find_internal was always requring the conversation
name to matched what was passed in.
Therefore purple_conversation_manager_find_chat_by_id never actually worked.

Connected an IRC account and successfully sent a message.

Diff Revision 1

This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.

orig
1
2

Commits

First Last Summary ID Author
Fix purple_conversation_manager_find_chat_by_id.
purple_conversation_manager_find_chat_by_id was calling purple_conversation_manager_find_internal with a name of NULL. However, purple_conversation_manager_find_internal was always requring the conversation name to matched what was passed in. Therefore purple_conversation_manager_find_chat_by_id never actually worked.
ab9a5b0ba048cd6f356de9197dffce7b9d14b0c3 Gary Kramlich
libpurple/purpleconversationmanager.c
Loading...