[PATCH master] nm-c-e integration: fix some leftovers from patch porting.

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

 



We don't have InstallData on master (patch was ported from rhel).
---
 gui.py |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/gui.py b/gui.py
index d3423d1..efb510c 100755
--- a/gui.py
+++ b/gui.py
@@ -954,7 +954,6 @@ class InstallInterface(InstallInterfaceBase):
         pass
 
 
-    # TODORV: handle one device case - don't ask
     # just_setup is used for [Configure Network] button
     def enableNetwork(self, just_setup=False):
 
@@ -987,7 +986,7 @@ class InstallInterface(InstallInterfaceBase):
             if network.hasWirelessDev():
                 # NOTE: For wireless, we need supplicant to go to ready state,
                 #       that means to get the wireless device managed by NM
-                self.anaconda.id.network.writeIfcfgFiles()
+                self.anaconda.network.writeIfcfgFiles()
                 w = self.anaconda.intf.waitWindow(_("Wireless setup"),
                                     _("Scanning access points for wireless devices"))
                 # get available wireless APs
@@ -999,7 +998,7 @@ class InstallInterface(InstallInterfaceBase):
                 dev_ssids = selectSSIDsDialog(dev_all_ssids) or dev_all_ssids
                 self.anaconda.network.updateIfcfgsSSID(dev_ssids)
 
-            self.anaconda.id.network.writeIfcfgFiles()
+            self.anaconda.network.writeIfcfgFiles()
             network.logIfcfgFiles(header="========== before nm-c-e run\n")
             runNMCE(self.anaconda)
             network.logIfcfgFiles(header="========== after nm-c-e run\n")
-- 
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