mirror of
https://github.com/gryf/wicd.git
synced 2025-12-19 20:38:00 +01:00
fixed a couple of bugs:
wnettools.py: DetectWirelessInterfaces() didn't return the wireless interface daemon.py: GetGlobalDNSAddresses() now returns a blank string instead of None for blank addresses; None could not be sent over dbus
This commit is contained in:
@@ -287,7 +287,7 @@ class Wireless(Controller):
|
||||
The first available wireless interface.
|
||||
|
||||
"""
|
||||
wnettools.GetWirelessInterfaces()
|
||||
return wnettools.GetWirelessInterfaces()
|
||||
|
||||
|
||||
def Disconnect(self):
|
||||
|
||||
Reference in New Issue
Block a user