gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: allow 'back' to unselect countr


From: gnunet
Subject: [taler-anastasis] branch master updated: allow 'back' to unselect country
Date: Mon, 11 Oct 2021 18:53:30 +0200

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

dold pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new ca2a2b9  allow 'back' to unselect country
ca2a2b9 is described below

commit ca2a2b904a74ca7a0e153932e88181f61cb9a118
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Oct 11 18:53:24 2021 +0200

    allow 'back' to unselect country
---
 src/reducer/anastasis_api_redux.c | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/reducer/anastasis_api_redux.c 
b/src/reducer/anastasis_api_redux.c
index 59770f3..27b17f8 100644
--- a/src/reducer/anastasis_api_redux.c
+++ b/src/reducer/anastasis_api_redux.c
@@ -1764,11 +1764,17 @@ ANASTASIS_redux_action (const json_t *state,
       "select_continent",
       &select_continent
     },
+    /* Deprecated alias for "back" from that state, should be removed 
eventually. */
     {
       ANASTASIS_GENERIC_STATE_COUNTRY_SELECTING,
       "unselect_continent",
       &unselect_continent
     },
+    {
+      ANASTASIS_GENERIC_STATE_COUNTRY_SELECTING,
+      "back",
+      &unselect_continent
+    },
     {
       ANASTASIS_GENERIC_STATE_COUNTRY_SELECTING,
       "select_country",
@@ -1779,11 +1785,6 @@ ANASTASIS_redux_action (const json_t *state,
       "select_continent",
       &select_continent
     },
-    {
-      ANASTASIS_GENERIC_STATE_COUNTRY_SELECTING,
-      "unselect_continent",
-      &unselect_continent
-    },
     {
       ANASTASIS_GENERIC_STATE_USER_ATTRIBUTES_COLLECTING,
       "enter_user_attributes",

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