mirror of
https://github.com/gryf/wicd.git
synced 2025-12-21 13:28:08 +01:00
Added support for two more DHCP clients: pump and dhcpcd.
Added check when DHCP is run to determine what DHCP clients are available. Fixed bug where sometimes wicd wouldn't reconnect automatically when a wired connection was lost. Cleaned up a couple of comments.
This commit is contained in:
2
gui.py
2
gui.py
@@ -1361,7 +1361,7 @@ class appGui:
|
||||
if entry.checkboxStaticDNS.get_active() and \
|
||||
not entry.checkboxGlobalDNS.get_active():
|
||||
entlist.append(entry.txtDNS1)
|
||||
# Only append addition dns entries if they're entered.
|
||||
# Only append additional dns entries if they're entered.
|
||||
for ent in [entry.txtDNS2, entry.txtDNS3]:
|
||||
if ent.get_text() != "":
|
||||
entlist.append(ent)
|
||||
|
||||
Reference in New Issue
Block a user