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:
sniperbeamer
2009-02-27 10:55:02 +00:00
parent 13df3a6c72
commit 5944e2620f
2 changed files with 5 additions and 5 deletions

View File

@@ -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)