summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-09-13 21:28:38 +0200
committerThomas Haller <thaller@redhat.com>2018-09-21 09:53:23 +0200
commit2f6caff910304a58168961e1d2aa5259a9bf5e0f (patch)
tree848f49fb8e7d09422863e9270de7bb776514af67
parent9b5c5eed6aa68eae373d948375adbbc3fabcea27 (diff)
downloadnetwork-manager-applet-2f6caff910304a58168961e1d2aa5259a9bf5e0f.tar.gz
Revert "editor/vpn: don't show_all() the widgets"
This reverts commit ba8df364841f9435579b5234e11ebf68bdc14c53.
-rw-r--r--src/connection-editor/page-vpn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/connection-editor/page-vpn.c b/src/connection-editor/page-vpn.c
index 667340d1..da99f7b3 100644
--- a/src/connection-editor/page-vpn.c
+++ b/src/connection-editor/page-vpn.c
@@ -75,6 +75,7 @@ finish_setup (CEPageVpn *self, gpointer user_data)
return;
}
g_object_ref_sink (parent->page);
+ gtk_widget_show_all (parent->page);
}
CEPage *