diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-02-24 20:40:59 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-02-24 20:40:59 +0100 |
commit | d957221ae8c31f37c982181cff4855c3f8a01294 (patch) | |
tree | fa66c7c9928a6eaf2379aae370e5944e5146a93c | |
parent | 7fedfde98774ed9841c6d8d62b81d27cafc34344 (diff) | |
download | anastasis-gtk-d957221ae8c31f37c982181cff4855c3f8a01294.tar.gz anastasis-gtk-d957221ae8c31f37c982181cff4855c3f8a01294.zip |
ensure widgets show properly when other countries were selected first
-rw-r--r-- | src/anastasis/anastasis-gtk_action.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/anastasis/anastasis-gtk_action.c b/src/anastasis/anastasis-gtk_action.c index 70358c3..14f7cac 100644 --- a/src/anastasis/anastasis-gtk_action.c +++ b/src/anastasis/anastasis-gtk_action.c | |||
@@ -624,6 +624,7 @@ action_user_attributes_collecting (void) | |||
624 | AG_import_attribute_data (w, | 624 | AG_import_attribute_data (w, |
625 | attr_type, | 625 | attr_type, |
626 | val); | 626 | val); |
627 | gtk_widget_show (w); | ||
627 | } | 628 | } |
628 | GNUNET_JSON_parse_free (spec); | 629 | GNUNET_JSON_parse_free (spec); |
629 | } | 630 | } |