Update Purple.NotificationAddContact to take an id parameter

Review Request #3476 — Created Sept. 10, 2024 and submitted

Information

pidgin/pidgin
default

Reviewers

We also set the account property from the contact if it was not yet already
set.

Ran the unit tests under valgrind and called in the turtles for the rest.

Summary ID
Update Purple.NotificationAddContact to take an id parameter
We also set the account property from the contact if it was not yet already set.
d3daf5a0d0f499d44f6cf99bc49de91523bc7172
Description From Last Updated

If I'm not mistaken, the account property is not G_PARAM_CONSTRUCT, so I don't think it would be set here before …

QuLogicQuLogic
QuLogic
  1. 
      
  2. Show all issues

    If I'm not mistaken, the account property is not G_PARAM_CONSTRUCT, so I don't think it would be set here before the constructed vfunc, and this condition is always true.

  3. 
      
grim
QuLogic
  1. Ship It!
  2. 
      
grim
Review request changed
Status:
Completed