summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2018-08-27 14:17:56 +0200
committerLubomir Rintel <lkundrak@v3.sk>2018-08-27 14:18:54 +0200
commit546539e3c9fe40ab71ed3d62312e9768df661371 (patch)
tree8041f206afdd1edb20eaf0472b79479a3e98be79
parentba8df364841f9435579b5234e11ebf68bdc14c53 (diff)
downloadnetwork-manager-applet-546539e3c9fe40ab71ed3d62312e9768df661371.tar.gz
8021x-security: don't show_all() the widgets
This ends up showing widgets that are to be visible only conditionally. The widgets to be visible should be created with visible=true in the first place. Fixes: 07d900c0b3a52ee7aefc2f24e62914d40113b24b https://gitlab.gnome.org/GNOME/network-manager-applet/merge_requests/22
-rw-r--r--src/connection-editor/page-8021x-security.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/connection-editor/page-8021x-security.c b/src/connection-editor/page-8021x-security.c
index bbe614bb..874384ae 100644
--- a/src/connection-editor/page-8021x-security.c
+++ b/src/connection-editor/page-8021x-security.c
@@ -88,7 +88,6 @@ 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 *