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 apply to re-scan even i


From: gnunet
Subject: [taler-anastasis-gtk] branch master updated: use apply to re-scan even if nothing changed
Date: Wed, 10 Mar 2021 10:15:10 +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 763b652  use apply to re-scan even if nothing changed
763b652 is described below

commit 763b652e6cc2100ebc1f27bd30c039beef602c3e
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Mar 10 10:15:07 2021 +0100

    use apply to re-scan even if nothing changed
---
 src/anastasis/anastasis-gtk_handle-auth-edit-provider-clicked.c | 5 -----
 src/testing/test_prepare.sh                                     | 2 +-
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/src/anastasis/anastasis-gtk_handle-auth-edit-provider-clicked.c 
b/src/anastasis/anastasis-gtk_handle-auth-edit-provider-clicked.c
index 12c225e..d6def4d 100644
--- a/src/anastasis/anastasis-gtk_handle-auth-edit-provider-clicked.c
+++ b/src/anastasis/anastasis-gtk_handle-auth-edit-provider-clicked.c
@@ -134,11 +134,6 @@ edit_provider_dialog_response_cb (GtkDialog *dialog,
                                      &iter));
   gtk_widget_destroy (GTK_WIDGET (dialog));
   g_object_unref (G_OBJECT (builder));
-  if (0 == json_array_size (urls))
-  {
-    json_decref (urls);
-    return;
-  }
   {
     json_t *args;
 
diff --git a/src/testing/test_prepare.sh b/src/testing/test_prepare.sh
index 2963b9b..5cdf001 100755
--- a/src/testing/test_prepare.sh
+++ b/src/testing/test_prepare.sh
@@ -284,7 +284,7 @@ echo "Exit the shell when done to terminate the test 
environment!"
 echo "Use 'taler-wallet-cli --wallet-db=\$WALLET_DB handle-uri \$PAY_URI -y' 
to pay"
 
 export WALLET_DB
-export PS2="ANASTASIS>"
+export PS1="$PS1-ANA> "
 
 bash
 

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