mirror of
https://github.com/gryf/wicd.git
synced 2025-12-20 04:48:00 +01:00
Fixed a bug that wouldn't let wireless interfaces scan
This commit is contained in:
@@ -1249,7 +1249,12 @@ class ConnectionWizard(dbus.service.Object):
|
|||||||
os.chown(self.wired_conf, 0, 0)
|
os.chown(self.wired_conf, 0, 0)
|
||||||
|
|
||||||
print "autodetected wireless interface...", self.DetectWirelessInterface()
|
print "autodetected wireless interface...", self.DetectWirelessInterface()
|
||||||
print "using wireless interface...", self.GetWirelessInterface()[5:]
|
print "using wireless interface...", self.GetWirelessInterface()
|
||||||
|
|
||||||
|
# Set the interfaces up
|
||||||
|
# and load the wnettools for them
|
||||||
|
self.wifi.LoadInterfaces()
|
||||||
|
self.wired.LoadInterfaces()
|
||||||
|
|
||||||
|
|
||||||
class ConnectionStatus:
|
class ConnectionStatus:
|
||||||
|
|||||||
Reference in New Issue
Block a user