fixed seg. fault when moving an entry to another group

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@63 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
tariq
2006-03-22 14:15:28 +00:00
parent 5aa833331d
commit 2bf3e5820c
4 changed files with 84 additions and 72 deletions

View File

@@ -47,7 +47,7 @@ if(media.exists()){
}
Combo_Dirs->setEditText(QString());
if(config.RememberLastKey){
if(config.RememberLastKey && !ChangeKeyMode){
switch(config.LastKeyType){
//case PASSWORD: setStatePasswordOnly(); break; //Password-Only is already the default
case KEYFILE: setStateKeyFileOnly();