gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis-gtk] branch master updated: fix assertion


From: gnunet
Subject: [taler-anastasis-gtk] branch master updated: fix assertion
Date: Sat, 27 Mar 2021 23:40:32 +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 651ba26  fix assertion
651ba26 is described below

commit 651ba26e3ecd33ca0ed2f63d08a71788f3896831
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Mar 27 23:40:30 2021 +0100

    fix assertion
---
 src/anastasis/anastasis-gtk_handle-main-window-back-clicked.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/anastasis/anastasis-gtk_handle-main-window-back-clicked.c 
b/src/anastasis/anastasis-gtk_handle-main-window-back-clicked.c
index 45cf903..c99759d 100644
--- a/src/anastasis/anastasis-gtk_handle-main-window-back-clicked.c
+++ b/src/anastasis/anastasis-gtk_handle-main-window-back-clicked.c
@@ -41,13 +41,13 @@ void
 anastasis_gtk_main_window_back_clicked (GObject *object,
                                         gpointer user_data)
 {
-  AG_freeze ();
   if (NULL != ra)
   {
     /* This happens if we were long polling for payment */
     ANASTASIS_redux_action_cancel (ra);
     ra = NULL;
   }
+  AG_freeze ();
   ra = ANASTASIS_redux_action (redux_state,
                                "back",
                                NULL,

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