add a fixme and stop bad behavior until I fix it for g00d

This commit is contained in:
Nikos Kouremenos 2005-09-08 22:07:28 +00:00
parent 65d7b18441
commit 2e4b5245c1
1 changed files with 4 additions and 1 deletions

View File

@ -175,7 +175,10 @@ class AdvancedConfigurationWindow:
if val[OPT_TYPE]:
type = val[OPT_TYPE][0]
if name.find('password') != -1 or name.find('passphrase') != -1:
val[OPT_VAL] = _('Hidden') # override passwords with this string
pass # FIXME: do not save Hidden as our pass!
# just opening once the advanced editor and then closing
# f$$cks it all up
#val[OPT_VAL] = _('Hidden') # override passwords with this string
model.append(iter, [name, val[OPT_VAL], type])
def visible_func(self, model, iter):