--- pyanaconda/ui/gui/spokes/network.py | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/pyanaconda/ui/gui/spokes/network.py b/pyanaconda/ui/gui/spokes/network.py index 3fa9196..a04f05c 100644 --- a/pyanaconda/ui/gui/spokes/network.py +++ b/pyanaconda/ui/gui/spokes/network.py @@ -39,6 +39,9 @@ class NetworkSpoke(NormalSpoke): def __init__(self, *args, **kwargs): NormalSpoke.__init__(self, *args, **kwargs) + self.builder.add_from_file("/usr/share/gnome-control-center/ui/network.ui") + parent = self.builder.get_object("networkWindow-actionArea") + self.builder.get_object("vbox1").reparent(parent) def apply(self): pass -- 1.7.7.5 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list