1
0
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:
compwiz18
2007-08-16 05:55:45 +00:00
parent ccf7960694
commit 096d4d40f4
2 changed files with 2 additions and 2 deletions

View File

@@ -287,7 +287,7 @@ class Wireless(Controller):
The first available wireless interface.
"""
wnettools.GetWirelessInterfaces()
return wnettools.GetWirelessInterfaces()
def Disconnect(self):