messenger-gtk

Gtk+3 graphical user interfaces for GNUnet Messenger
Log | Files | Refs | Submodules | README | LICENSE

commit d9d10506b4392e7fe3ad4f9a50b1a18de5aae4f3
parent 986f8816b432a8a741ab780a3ed355e85240debd
Author: Jacki <jacki@thejackimonster.de>
Date:   Sun,  6 Oct 2024 21:36:13 +0200

Adjust calls to iterate contact tags regarding API changes

Signed-off-by: Jacki <jacki@thejackimonster.de>

Diffstat:
Msrc/ui/contact_info.c | 2+-
Msrc/ui/contacts.c | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/ui/contact_info.c b/src/ui/contact_info.c @@ -1560,7 +1560,7 @@ ui_contact_info_dialog_update(UI_CONTACT_INFO_Handle *handle, handle ); - GNUNET_CHAT_contact_get_tags( + GNUNET_CHAT_contact_iterate_tags( contact, cb_contact_info_contact_tags, handle diff --git a/src/ui/contacts.c b/src/ui/contacts.c @@ -167,7 +167,7 @@ handle_contacts_listbox_filter_func(GtkListBoxRow *row, application_chat_lock(app); - GNUNET_CHAT_contact_get_tags( + GNUNET_CHAT_contact_iterate_tags( entry->contact, _iterate_contact_tags, &filterTags