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

@@ -67,6 +67,7 @@ class ConnectionStatus():
self.reconnect_tries = 0
self.last_reconnect_time = time.time()
self.signal_changed = False
# This determines if we use ioctl or external programs
self.fast = True
self.iwconfig = ''