From 037cb52b8f14281267c621ba5c236f06350d3c25 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 16 Nov 2021 15:57:49 +0100 Subject: use uuid-display where applicable --- src/anastasis/anastasis-gtk_action.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/anastasis/anastasis-gtk_action.c') diff --git a/src/anastasis/anastasis-gtk_action.c b/src/anastasis/anastasis-gtk_action.c index 13a9a63..ca3406a 100644 --- a/src/anastasis/anastasis-gtk_action.c +++ b/src/anastasis/anastasis-gtk_action.c @@ -2771,7 +2771,7 @@ diag_question (const json_t *details) const char *uuid_str; uuid_str = json_string_value (json_object_get (details, - "uuid")); + "uuid-display")); render_feedback (builder, "anastasis_gtk_c_question_error_label", uuid_str); @@ -2795,7 +2795,7 @@ diag_code (const json_t *details) struct GNUNET_JSON_Specification spec[] = { GNUNET_JSON_spec_string ("instructions", &instructions), - GNUNET_JSON_spec_string ("uuid", + GNUNET_JSON_spec_string ("uuid-display", &uuid_str), GNUNET_JSON_spec_end () }; @@ -2859,7 +2859,7 @@ diag_totp (const json_t *details) struct GNUNET_JSON_Specification spec[] = { GNUNET_JSON_spec_string ("instructions", &instructions), - GNUNET_JSON_spec_string ("uuid", + GNUNET_JSON_spec_string ("uuid-display", &uuid_str), GNUNET_JSON_spec_end () }; -- cgit v1.2.3