mirror of
https://github.com/gryf/wicd.git
synced 2026-01-06 05:44:18 +01:00
Fix bug where link detection tool value wasn't get propogated down the stack.
This commit is contained in:
@@ -616,7 +616,7 @@ class WicdDaemon(dbus.service.Object):
|
||||
|
||||
"""
|
||||
self.link_detect_tool = int(link_tool)
|
||||
self.wired.link_tool = int(link_tool)
|
||||
self.wired.link_detect = int(link_tool)
|
||||
self.config.set("Settings", "link_detect_tool", link_tool, write=True)
|
||||
|
||||
@dbus.service.method('org.wicd.daemon')
|
||||
|
||||
Reference in New Issue
Block a user