Skip to content
  • Thomas McGuire's avatar
    Make manual entry of password work again. · 820f3870
    Thomas McGuire authored
    This ceased to work after porting from KIO::Passworddialog to
    KPasswordDialog, since KIO::PasswordDialog stored the login and password into
    the variables passed by reference in the constructor, while KPasswordDialog
    doesn't do this.
    
    BUG: 260265
    820f3870