Change Summary:
Fix typo
Testing Done: |
|
---|
Review Request #2619 — Created Sept. 14, 2023 and submitted
Information | |
---|---|
grim | |
pidgin/pidgin | |
default | |
|
|
Reviewers | |
pidgin | |
Add the ability to join channels to PurpleProtocolConversation
Ran the unit tests under valgrind.
Summary |
---|
Description | From | Last Updated |
---|---|---|
The return type is gboolean so I guess this should say %FALSE and not %NULL. |
![]() |
rebased
Commits: |
|
||||||
---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+784 -10) |
libpurple/purpleprotocolconversation.h (Diff revision 2) |
---|
The return type is
gboolean
so I guess this should say%FALSE
and not%NULL
.
rebased and addressed issues
Commits: |
|
||||||
---|---|---|---|---|---|---|---|
Diff: |
Revision 3 (+784 -10) |