summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2021-02-25 16:26:49 +0100
committerBeniamino Galvani <bgalvani@redhat.com>2021-02-25 16:27:53 +0100
commit49f87caa3ab867de2569185c34c384d507ed5b62 (patch)
tree352ac3e9cc092029ccd292b5053d5da8ca54cdcd
parentda6b2bb94250d8ffb218caf921c9df8c394372d4 (diff)
downloadnetwork-manager-applet-49f87caa3ab867de2569185c34c384d507ed5b62.tar.gz
editor: show missing toggle in the 8021x-security page
Fixes: bf6b33bbe20f ("editor: show() the 8021x-security page, not its children")
-rw-r--r--src/connection-editor/page-8021x-security.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/connection-editor/page-8021x-security.c b/src/connection-editor/page-8021x-security.c
index dde816cc..c29df4e0 100644
--- a/src/connection-editor/page-8021x-security.c
+++ b/src/connection-editor/page-8021x-security.c
@@ -65,6 +65,7 @@ finish_setup (CEPage8021xSecurity *self, gpointer user_data)
if (parent_container)
gtk_container_remove (GTK_CONTAINER (parent_container), GTK_WIDGET (priv->security));
+ gtk_widget_set_visible (GTK_WIDGET (priv->enabled), TRUE);
gtk_toggle_button_set_active (priv->enabled, priv->initial_have_8021x);
g_signal_connect (priv->enabled, "toggled", G_CALLBACK (enable_toggled), self);
gtk_widget_set_sensitive (GTK_WIDGET (priv->security), priv->initial_have_8021x);