From ba8df364841f9435579b5234e11ebf68bdc14c53 Mon Sep 17 00:00:00 2001 From: Alexandru-Sever Horin Date: Thu, 23 Aug 2018 08:46:29 +0300 Subject: [PATCH] editor/vpn: 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. [lkundrak@v3.sk: reworded the commit messsage.] Fixes: 07d900c0b3a52ee7aefc2f24e62914d40113b24b https://gitlab.gnome.org/GNOME/network-manager-applet/merge_requests/22 --- src/connection-editor/page-vpn.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/connection-editor/page-vpn.c b/src/connection-editor/page-vpn.c index da99f7b3..667340d1 100644 --- a/src/connection-editor/page-vpn.c +++ b/src/connection-editor/page-vpn.c @@ -75,7 +75,6 @@ finish_setup (CEPageVpn *self, gpointer user_data) return; } g_object_ref_sink (parent->page); - gtk_widget_show_all (parent->page); } CEPage * -- GitLab