1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-22 22:27:59 +01:00

Testing/Experimental:

- Fixed bug where monitor would crash on resume because dbus wasn't ready yet.
- Monitor now calls a rescan every 2 minutes.

Experimental:
- Added a network list submenu to the right-click menu of the tray icon.
This commit is contained in:
imdano
2008-05-03 09:30:09 +00:00
parent 5b83ce7052
commit e6ffa892ff
4 changed files with 163 additions and 56 deletions

View File

@@ -404,7 +404,7 @@ class Interface(object):
pipe -- stdout pipe to the dhcpcd process.
Returns:
'success' if succesful', an error code string otherwise.
'success' if succesful, an error code string otherwise.
"""
pump_complete = False
@@ -452,7 +452,7 @@ class Interface(object):
success -- boolean specifying if DHCP was succesful.
Returns:
'success' if success = True, 'dhcp_failed' otherwise.
'success' if success == True, 'dhcp_failed' otherwise.
"""
if success: