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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user