summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-09-13 21:28:36 +0200
committerThomas Haller <thaller@redhat.com>2018-09-21 09:53:23 +0200
commit9b5c5eed6aa68eae373d948375adbbc3fabcea27 (patch)
treeff50eb7c2547273bb3a2308a5d0b698e406dd660
parent9b63cc951e01d3a3bed6753235a393eb75b73a84 (diff)
downloadnetwork-manager-applet-9b5c5eed6aa68eae373d948375adbbc3fabcea27.tar.gz
Revert "8021x-security: don't show_all() the widgets"
This reverts commit 546539e3c9fe40ab71ed3d62312e9768df661371.
-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 874384ae..bbe614bb 100644
--- a/src/connection-editor/page-8021x-security.c
+++ b/src/connection-editor/page-8021x-security.c
@@ -88,6 +88,7 @@ finish_setup (CEPage8021xSecurity *self, gpointer user_data)
gtk_box_pack_start (GTK_BOX (parent->page), GTK_WIDGET (priv->enabled), FALSE, TRUE, 12);
gtk_box_pack_start (GTK_BOX (parent->page), priv->security_widget, TRUE, TRUE, 0);
+ gtk_widget_show_all (parent->page);
}
CEPage *