git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@288 b624d157-de02-0410-bad0-e51aec6abb33

master
sniperbeamer 16 years ago
parent 05c2754dc8
commit 4a64bd61e4
  1. 2
      src/lib/EntryView.cpp

@ -231,7 +231,7 @@ void KeepassEntryView::editEntry(EntryViewItem* item){
//entry moved to another group //entry moved to another group
case 2: //modified case 2: //modified
case 3: //not modified case 3: //not modified
Items.removeOne(item); Items.removeAll(item);
delete item; delete item;
emit fileModified(); emit fileModified();
break; break;