1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-29 09:52:31 +01:00

Bugfixes post-testing. Still an odd bug where the gtk interface hangs.

This commit is contained in:
Joe MacMahon
2012-01-29 03:22:06 +00:00
parent 75243730b6
commit 0bf1a68353
3 changed files with 34 additions and 7 deletions

View File

@@ -1149,7 +1149,7 @@ class WiredConnectThread(ConnectThread):
self.put_iface_up(liface)
# Manage encryption.
if self.network.get('encryption'):
if self.network.get('encryption_enabled'):
liface.Authenticate(self.network)
# Set gateway, IP adresses, and DNS servers.