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 run if in action


From: gnunet
Subject: [taler-anastasis-gtk] branch master updated: -do not run if in action
Date: Wed, 06 Oct 2021 12:16:12 +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 104156f  -do not run if in action
104156f is described below

commit 104156fa2271a17a1ed73d43ef4eb031a43d93e1
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Oct 6 12:16:10 2021 +0200

    -do not run if in action
---
 src/anastasis/anastasis-gtk_handle-continent-selected.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/anastasis/anastasis-gtk_handle-continent-selected.c 
b/src/anastasis/anastasis-gtk_handle-continent-selected.c
index c958799..599826f 100644
--- a/src/anastasis/anastasis-gtk_handle-continent-selected.c
+++ b/src/anastasis/anastasis-gtk_handle-continent-selected.c
@@ -45,6 +45,8 @@ anastasis_gtk_continent_selection_changed_cb 
(GtkTreeSelection *treeselection,
   gchar *continent_name;
   json_t *arguments;
 
+  if (AG_in_action)
+    return;
   if (! gtk_tree_selection_get_selected (treeselection,
                                          &model,
                                          &iter))

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