1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-20 21:08:06 +01:00

Fixed typo in wicd-curses.py.

This commit is contained in:
Andrew Psaltis
2009-05-13 19:03:29 -04:00
parent 3a05d82a23
commit b2cbaf957d

View File

@@ -682,7 +682,7 @@ class appGUI():
else:
self.wlessLB.body = urwid.SimpleListWalker(wlessL)
else:
self.wlesslb = self.no_wlan
self.wlessLB = self.no_wlan
if daemon.GetAlwaysShowWiredInterface() or wired.CheckPluggedIn():
#if daemon.GetAlwaysShowWiredInterface():
#if firstrun: