[PATCH 17/22] Disable [Configure Network] button if there are no net devices.

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

 



---
 iw/network_gui.py |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/iw/network_gui.py b/iw/network_gui.py
index 0d28d0c..15fdf34 100644
--- a/iw/network_gui.py
+++ b/iw/network_gui.py
@@ -49,7 +49,10 @@ class NetworkWindow(InstallWindow):
         self.hostnameEntry = self.xml.get_widget("hostnameEntry")
         self.hostnameEntry.set_text(self.hostname)
 
-        self.xml.get_widget("netconfButton").connect("clicked", self._setupNetwork)
+        self.netconfButton = self.xml.get_widget("netconfButton")
+        self.netconfButton.connect("clicked", self._setupNetwork)
+        if len(self.anaconda.network.netdevices) == 0:
+            self.netconfButton.set_sensitive(False)
 
         # pressing Enter in confirm == clicking Next
         self.hostnameEntry.connect("activate",
-- 
1.6.0.6

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux