1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 20:38:00 +01:00

Fixed bug where advanced settings dialog wouldn't appear for wired networks.

Added MAC address to the top level info line in a wireless network entry.
Fixed some setup.py problems.
This commit is contained in:
imdano
2008-04-11 10:29:10 +00:00
parent e1d7429e6c
commit b72f4b2803
5 changed files with 16 additions and 23 deletions

View File

@@ -124,7 +124,7 @@ class Controller(object):
debug = property(get_debug, set_debug)
flush_tool = property(get_flush_tool, set_flush_tool)
dhcp_client = property(get_dhcp_client, set_dhcp_client)
class ConnectThread(threading.Thread):
""" A class to perform network connections in a multi-threaded way.