-
-
-
-
-
-
libpurple/buddy.c (Diff revision 1) This previously used
purple_blist_get_handle
, notpurple_blist_get_default
. -
Update buddy.c to more closely match our current gobject structure.
Review Request #473 — Created Feb. 2, 2021 and submitted
Information | |
---|---|
grim | |
pidgin/pidgin | |
default | |
3fa5f1527dcf | |
Reviewers | |
pidgin | |
Update buddy.c to more closely match our current gobject structure.
Compiled and ran pidgin locally.
Description | From | Last Updated |
---|---|---|
!=, not =. |
|
|
No need for == TRUE on a boolean. |
|
|
Same for blist here. |
|
|
Going offline checks if this is 0, not 1. |
|
|
This previously used purple_blist_get_handle, not purple_blist_get_default. |
|
|
Extra trailing newline. |
|
|
Here's another that's not get_default. |
|
|
And another. |
|