-
-
-
-
-
-
-
-
pidgin/pidgincontactinfomenu.c (Diff revision 1) Registration takes a ref, I think, so this new
conversation
leaks. -
pidgin/pidgincontactinfomenu.c (Diff revision 1) section
is leaked here, sinceg_menu_append_section
is transfer none. -
A basic context menu for PurpleContactInfo
Review Request #2592 — Created Aug. 29, 2023 and submitted
Information | |
---|---|
grim | |
pidgin/pidgin | |
default | |
PIDGIN-17682 | |
Reviewers | |
pidgin | |
This is currently only displayed via the contact list and it takes a shortcut to just show the menu for the priority contact. The view profile option currently just logs the profile as we need to determine how we want the user interface to look/work for this yet.
Verified that
view profile
was disabled for an xmpp account.
Verified thatview profile
worked for a demo contact with a profile and one without.
Summary | |
---|---|
Description | From | Last Updated |
---|---|---|
s/and display // |
|
|
Leaks account_id and contact_id. |
|
|
Leaks account_id and contact_id. |
|
|
It does now? |
|
|
contact is leaked? |
|
|
Ditto. |
|
|
Registration takes a ref, I think, so this new conversation leaks. |
|
|
section is leaked here, since g_menu_append_section is transfer none. |
|
|
We can leave out swapped, I think? |
|
|
account is leaked at the end here, and contact is leaked if the if conditions are not fulfilled. |
|
|
account is leaked at the end. |
|
Change Summary:
rebase and address issues.
Commits: |
|
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+988 -4) |
-
-
pidgin/pidgincontactinfomenu.c (Diff revision 2) account
is leaked at the end here, andcontact
is leaked if theif
conditions are not fulfilled. -
Change Summary:
rebased and addressed the additional issues.
Commits: |
|
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 3 (+996 -4) |