From: Kévin Commaille Date: Tue, 22 Feb 2022 09:44:43 +0000 (+0100) Subject: emoji: Fix the convert-emoji program X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~19^2~3^2~81^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=70ce353a58a97f02d6cbed8d411efcae63d1190b;p=gtk4.git emoji: Fix the convert-emoji program The annotation field has been renamed to label in emojibase-data https://github.com/milesj/emojibase/blob/b85382524c/packages/data/CHANGELOG.md --- diff --git a/gtk/emoji/convert-emoji.c b/gtk/emoji/convert-emoji.c index c5b8085e14..d09a17eaba 100644 --- a/gtk/emoji/convert-emoji.c +++ b/gtk/emoji/convert-emoji.c @@ -122,7 +122,7 @@ main (int argc, char *argv[]) continue; group = json_object_get_int_member (obj, "group"); - name = json_object_get_string_member (obj, "annotation"); + name = json_object_get_string_member (obj, "label"); if (json_object_has_member (obj, "skins")) {