gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: remove bogus transitions


From: gnunet
Subject: [taler-anastasis] branch master updated: remove bogus transitions
Date: Sun, 07 Mar 2021 23:08:25 +0100

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

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 78dc26b  remove bogus transitions
78dc26b is described below

commit 78dc26b3934c064b0fc5ba348663869523d148d5
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Mar 7 23:08:24 2021 +0100

    remove bogus transitions
---
 src/reducer/anastasis_api_redux.c | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/src/reducer/anastasis_api_redux.c 
b/src/reducer/anastasis_api_redux.c
index 77d3cf3..10829c8 100644
--- a/src/reducer/anastasis_api_redux.c
+++ b/src/reducer/anastasis_api_redux.c
@@ -1471,11 +1471,6 @@ ANASTASIS_redux_action (const json_t *state,
       "unselect_continent",
       &unselect_continent
     },
-    {
-      ANASTASIS_GENERIC_STATE_COUNTRY_SELECTING,
-      "back",
-      &ANASTASIS_back_generic_decrement_
-    },
     {
       ANASTASIS_GENERIC_STATE_COUNTRY_SELECTING,
       "select_continent",
@@ -1483,8 +1478,8 @@ ANASTASIS_redux_action (const json_t *state,
     },
     {
       ANASTASIS_GENERIC_STATE_COUNTRY_SELECTING,
-      "select_country",
-      &select_country
+      "unselect_continent",
+      &unselect_continent
     },
     {
       ANASTASIS_GENERIC_STATE_COUNTRY_SELECTING,

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