Fixed bug that prevented opening db with keyfile and password
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@256 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
@@ -287,7 +287,7 @@ void PasswordDialog::OnOK(){
|
||||
config->setLastKeyLocation(QString());
|
||||
}
|
||||
else if(Check_KeyFile->isChecked()){
|
||||
config->setLastKeyType(PASSWORD);
|
||||
config->setLastKeyType(KEYFILE);
|
||||
config->setLastKeyLocation(Combo_KeyFile->currentText());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user