summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru-Sever Horin <alex.sever.h@gmail.com>2018-08-23 08:46:29 +0300
committerLubomir Rintel <lkundrak@v3.sk>2018-08-27 14:18:54 +0200
commitba8df364841f9435579b5234e11ebf68bdc14c53 (patch)
treebf34cb619378de28d07b289d3befbd82b06cee45
parentf7dd115d6b4a61c678e62fa8eabf0c08cce7e578 (diff)
downloadnetwork-manager-applet-ba8df364841f9435579b5234e11ebf68bdc14c53.tar.gz
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
-rw-r--r--src/connection-editor/page-vpn.c1
1 files changed, 0 insertions, 1 deletions
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 *