anastasis-gtk

Demonstrator GUI for Anastasis
Log | Files | Refs | README | LICENSE

commit d957221ae8c31f37c982181cff4855c3f8a01294
parent 7fedfde98774ed9841c6d8d62b81d27cafc34344
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 24 Feb 2022 20:40:59 +0100

ensure widgets show properly when other countries were selected first

Diffstat:
Msrc/anastasis/anastasis-gtk_action.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/anastasis/anastasis-gtk_action.c b/src/anastasis/anastasis-gtk_action.c @@ -624,6 +624,7 @@ action_user_attributes_collecting (void) AG_import_attribute_data (w, attr_type, val); + gtk_widget_show (w); } GNUNET_JSON_parse_free (spec); }