gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis-gtk] 01/02: fix start logic with fees, remove dead logi


From: gnunet
Subject: [taler-anastasis-gtk] 01/02: fix start logic with fees, remove dead logic
Date: Wed, 06 Oct 2021 11:38:49 +0200

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

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

commit cef33693605ee9c9dcf952fa865234677384557e
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Oct 6 11:34:02 2021 +0200

    fix start logic with fees, remove dead logic
---
 src/anastasis/anastasis-gtk_action.c                          | 3 ++-
 src/anastasis/anastasis-gtk_handle-main-window-back-clicked.c | 3 ---
 src/testing/test_prepare.sh                                   | 2 +-
 3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/src/anastasis/anastasis-gtk_action.c 
b/src/anastasis/anastasis-gtk_action.c
index 6863c65..98a3c51 100644
--- a/src/anastasis/anastasis-gtk_action.c
+++ b/src/anastasis/anastasis-gtk_action.c
@@ -3263,7 +3263,8 @@ AG_action_cb (void *cls,
   if (TALER_EC_NONE != error_code)
   {
     /* TODO: maybe also render 'detail'
-       if present in state? */
+       if present in state?
+       See for example ~ anastasis_api_backup_redux.c:3082 */
     AG_error ("Error #%d: %s\n",
               (int) error_code,
               TALER_ErrorCode_get_hint (error_code));
diff --git a/src/anastasis/anastasis-gtk_handle-main-window-back-clicked.c 
b/src/anastasis/anastasis-gtk_handle-main-window-back-clicked.c
index 863706f..ed3fb85 100644
--- a/src/anastasis/anastasis-gtk_handle-main-window-back-clicked.c
+++ b/src/anastasis/anastasis-gtk_handle-main-window-back-clicked.c
@@ -80,10 +80,7 @@ anastasis_gtk_main_window_back_clicked (GObject *object,
        (0 == strcasecmp (state,
                          "COUNTRY_SELECTING")) )
   {
-    AG_hide ("anastasis_gtk_country_selection_image");
     AG_hide ("anastasis_gtk_continent_frame");
-    AG_hide ("anastasis_gtk_continent_selection_image");
-    AG_hide ("anastasis_gtk_country_selection_image");
     fresh_start ();
     return;
   }
diff --git a/src/testing/test_prepare.sh b/src/testing/test_prepare.sh
index 4088b1a..bf28f3e 100755
--- a/src/testing/test_prepare.sh
+++ b/src/testing/test_prepare.sh
@@ -333,7 +333,7 @@ then
     rm -rf $DATA_DIR
 
     # obtain key configuration data
-    MASTER_PRIV_FILE=`taler-config -f -c $CONF -s EXCHANGE -o MASTER_PRIV_FILE`
+    MASTER_PRIV_FILE=`taler-config -f -c $CONF -s EXCHANGE-OFFLINE -o 
MASTER_PRIV_FILE`
     MASTER_PRIV_DIR=`dirname $MASTER_PRIV_FILE`
     mkdir -p $MASTER_PRIV_DIR
     gnunet-ecc -g1 $MASTER_PRIV_FILE > /dev/null 2> /dev/null

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