summaryrefslogtreecommitdiff
path: root/pidgin/libpidgin.c
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2022-08-23 01:09:33 -0500
committerGary Kramlich <grim@reaperworld.com>2022-08-23 01:09:33 -0500
commitd5574d2c4e16ccc11aad4d5bb7e3dc244d7fef99 (patch)
treef5a6c14a3274fb42147e42b2c782e3db11140737 /pidgin/libpidgin.c
parentc94b96120f1a4c4d2506a02a34b7f17a7feca665 (diff)
downloadpidgin-d5574d2c4e16ccc11aad4d5bb7e3dc244d7fef99.tar.gz
Replace the request_add Account UiOp with a new AddContact notification
Add a demo protocol plugin account action to test the new notification Testing Done: Ran the action from the demo protocol plugin and verified it acted appropriately. However, nothing actually adds the buddy to your list right now. Was unable to test finch as it's crashing at startup for unrelated issues. Reviewed at https://reviews.imfreedom.org/r/1624/
Diffstat (limited to 'pidgin/libpidgin.c')
-rw-r--r--pidgin/libpidgin.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pidgin/libpidgin.c b/pidgin/libpidgin.c
index 4bf3116f2d..0e939be340 100644
--- a/pidgin/libpidgin.c
+++ b/pidgin/libpidgin.c
@@ -251,7 +251,6 @@ pidgin_ui_init(void)
}
/* Set the UI operation structures. */
- purple_accounts_set_ui_ops(pidgin_accounts_get_ui_ops());
purple_xfers_set_ui_ops(pidgin_xfers_get_ui_ops());
purple_blist_set_ui(PIDGIN_TYPE_BUDDY_LIST);
purple_notify_set_ui_ops(pidgin_notify_get_ui_ops());