nm-c-e integration: fix some leftovers from patch porting.
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
")
runNMCE(self.anaconda)
network.logIfcfgFiles(header="========== after nm-c-e run
")
--
1.6.0.6
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
05-26-2010, 02:00 PM
Chris Lumens
nm-c-e integration: fix some leftovers from patch porting.
> We don't have InstallData on master (patch was ported from rhel).
ACK. I've been trying to catch these sorts of things as they come in up
in patches, but I must have let this one slip by. Sorry.
- Chris
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list