gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis-gtk] branch master updated: -do not signal during actio


From: gnunet
Subject: [taler-anastasis-gtk] branch master updated: -do not signal during action
Date: Wed, 06 Oct 2021 11:55:15 +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 d68b8b7  -do not signal during action
d68b8b7 is described below

commit d68b8b7357a1e76b9cb5392b17f5936100db01ed
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Oct 6 11:55:13 2021 +0200

    -do not signal during action
---
 src/anastasis/anastasis-gtk_handle-expiration-change.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/anastasis/anastasis-gtk_handle-expiration-change.c 
b/src/anastasis/anastasis-gtk_handle-expiration-change.c
index 7c698b7..8ce6442 100644
--- a/src/anastasis/anastasis-gtk_handle-expiration-change.c
+++ b/src/anastasis/anastasis-gtk_handle-expiration-change.c
@@ -90,6 +90,8 @@ expiration_year_spin_button_value_changed_cb (
   json_t *arg;
   struct GNUNET_TIME_Absolute expiration;
 
+  if (AG_in_action)
+    return;
   expiration = AG_get_desired_expiration ();
   if (0 == expiration.abs_value_us)
     return; /* failured */

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