Title: Bug with Password-protected Directory

When i tried to access a directory protected by a .password file, the recent anonCVS version gave me the following in the log:

password protected dir
Traceback (most recent call last):
  File "/usr/lib/python2.2/site-packages/freevo/main.py", line 409, in main_func
    app.eventhandler(event)
  File "/usr/lib/python2.2/site-packages/freevo/menu.py", line 542, in eventhandler
    action( arg=arg, menuw=self )
  File "/usr/lib/python2.2/site-packages/freevo/directory.py", line 407, in cwd
    self.check_password_and_build(arg=None, menuw=menuw)
  File "/usr/lib/python2.2/site-packages/freevo/directory.py", line 441, in check_password_and_build
    pb = PasswordInputBox(text=_('Enter Password'), handler=self.pass_cmp_cp)
AttributeError: DirItem instance has no attribute 'pass_cmp_cp'

It's not urgent or something like that, just FYI ;-)

/jan

Reply via email to