Fix: Crash when moving entry to another group (Bug #2644545)
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@277 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
@@ -220,7 +220,6 @@ void CEditEntryDlg::OnButtonOK()
|
||||
if(Combo_Group->currentIndex()!=GroupIndex){
|
||||
db->moveEntry(entry,groups[Combo_Group->currentIndex()]);
|
||||
EntryMoved=true;
|
||||
ModFlag=true;
|
||||
}
|
||||
|
||||
if(EntryMoved)
|
||||
|
||||
Reference in New Issue
Block a user