gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-anastasis-gtk] branch master updated: use uuid-display where appl


From: gnunet
Subject: [taler-anastasis-gtk] branch master updated: use uuid-display where applicable
Date: Tue, 16 Nov 2021 15:57:51 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository anastasis-gtk.

The following commit(s) were added to refs/heads/master by this push:
     new 037cb52  use uuid-display where applicable
037cb52 is described below

commit 037cb52b8f14281267c621ba5c236f06350d3c25
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Nov 16 15:57:49 2021 +0100

    use uuid-display where applicable
---
 src/anastasis/anastasis-gtk_action.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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 ()
   };

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]