1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-23 22:52:33 +01:00

Revert commit 691/8aa66e4: Don't support wireless networks with '\x00' in the ESSID

This commit is contained in:
David Paleino
2012-01-15 15:19:40 +01:00
parent d85033998e
commit 8248152cfb
5 changed files with 0 additions and 28 deletions

View File

@@ -364,9 +364,6 @@ class NetLabel(urwid.WidgetWrap):
self.__super.__init__(w)
def selectable(self):
# Disable widget if the ESSID contains one (or more) NULL byte
if '<NULL>' in self.essid:
return False
return True
def keypress(self,size,key):
return self._w.keypress(size,key)