[network-manager-applet/th/revert-no-show-all: 1/3] Revert "8021x-security: don't show_all() the widgets"



commit ae913f10dfafc9f04a8c2cfd176281be04f7fe2b
Author: Thomas Haller <thaller redhat com>
Date:   Thu Sep 13 21:28:36 2018 +0200

    Revert "8021x-security: don't show_all() the widgets"
    
    This reverts commit 546539e3c9fe40ab71ed3d62312e9768df661371.

 src/connection-editor/page-8021x-security.c | 1 +
 1 file changed, 1 insertion(+)
---
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 *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]