gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis-gtk] branch master updated: nicer help text


From: gnunet
Subject: [taler-anastasis-gtk] branch master updated: nicer help text
Date: Wed, 19 May 2021 20:18:30 +0200

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 799a42e  nicer help text
799a42e is described below

commit 799a42e9635369cf4e1c4bb79041eca56a496555
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed May 19 20:18:28 2021 +0200

    nicer help text
---
 contrib/anastasis_gtk_main_window.glade | 4 ++--
 src/anastasis/anastasis-gtk_action.c    | 3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/contrib/anastasis_gtk_main_window.glade 
b/contrib/anastasis_gtk_main_window.glade
index fdba96b..7f0e1a1 100644
--- a/contrib/anastasis_gtk_main_window.glade
+++ b/contrib/anastasis_gtk_main_window.glade
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.38.2 
+<!-- Generated with glade 3.38.2
 
 Copyright (C) Anastasis SARL
 
@@ -2143,7 +2143,7 @@ Author: Christian Grothoff, Dennis Neufeld
                                                   <object class="GtkLabel" 
id="anastasis_gtk_secret_value_label">
                                                     <property 
name="visible">True</property>
                                                     <property 
name="can-focus">False</property>
-                                                    <property 
name="tooltip-text" translatable="yes">The secret is shown here in Crockford 
Base32 encoding. When copying to the clipboard or saving to file, it will be 
decoded first.</property>
+                                                    <property 
name="tooltip-text" translatable="yes">The secret is shown here. You can also 
copy it to the clipboard or save it to a file.</property>
                                                     <property name="label">THE 
SECRET TEXT</property>
                                                     <property 
name="wrap">True</property>
                                                     <property 
name="wrap-mode">word-char</property>
diff --git a/src/anastasis/anastasis-gtk_action.c 
b/src/anastasis/anastasis-gtk_action.c
index f3a3cae..03fbfdb 100644
--- a/src/anastasis/anastasis-gtk_action.c
+++ b/src/anastasis/anastasis-gtk_action.c
@@ -2198,6 +2198,9 @@ render_feedback (GtkBuilder *builder,
                            NULL, NULL))
     {
       GNUNET_break (0);
+      json_dumpf (details,
+                  stderr,
+                  JSON_INDENT (2));
       msg = GNUNET_strdup (
         _ ("ERROR: failed to parse server JSON instructions"));
     }

-- 
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]