[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-anastasis-gtk] branch master updated: fix restart issues discover
From: |
gnunet |
Subject: |
[taler-anastasis-gtk] branch master updated: fix restart issues discovered with Belen |
Date: |
Mon, 05 Jul 2021 16:13:20 +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 631571b fix restart issues discovered with Belen
631571b is described below
commit 631571bad0bbdea17b38210c99fef9714ec0dab4
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Mon Jul 5 16:13:17 2021 +0200
fix restart issues discovered with Belen
---
src/anastasis/anastasis-gtk_action.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/anastasis/anastasis-gtk_action.c
b/src/anastasis/anastasis-gtk_action.c
index d2027ea..09663f8 100644
--- a/src/anastasis/anastasis-gtk_action.c
+++ b/src/anastasis/anastasis-gtk_action.c
@@ -1395,6 +1395,7 @@ action_backup_finished (void)
AG_hide ("anastasis_gtk_backup_progress_scrolled_window");
AG_show ("anastasis_gtk_completed_frame");
AG_show ("anastasis_gtk_backup_complete_box");
+ AG_hide ("anastasis_gtk_success_recovery_box");
AG_show ("anastasis_gtk_success_backup_label");
AG_hide ("anastasis_gtk_success_recovery_box");
AG_show ("anastasis_gtk_completed_image");
@@ -1852,6 +1853,7 @@ action_challenge_selecting (void)
ls = GTK_LIST_STORE (GCG_get_main_window_object (
"challenge_status_liststore"));
+ gtk_list_store_clear (ls);
challenges = json_object_get (rd,
"cs");
json_array_foreach (challenges, index, challenge)
@@ -2591,6 +2593,7 @@ action_recovery_finished (void)
AG_hide ("anastasis_gtk_recovery_progress_scrolled_window");
AG_hide ("anastasis_gtk_backup_progress_scrolled_window");
AG_show ("anastasis_gtk_completed_frame");
+ AG_hide ("anastasis_gtk_backup_complete_box");
AG_hide ("anastasis_gtk_success_backup_label");
AG_show ("anastasis_gtk_success_recovery_box");
AG_show ("anastasis_gtk_completed_image");
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-anastasis-gtk] branch master updated: fix restart issues discovered with Belen,
gnunet <=