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:
sniperbeamer
2009-01-19 20:33:17 +00:00
parent 13b3ab3cae
commit 2434e9111f
4 changed files with 29 additions and 14 deletions

View File

@@ -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());
}
}