git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@288 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
parent
05c2754dc8
commit
4a64bd61e4
|
@ -231,7 +231,7 @@ void KeepassEntryView::editEntry(EntryViewItem* item){
|
|||
//entry moved to another group
|
||||
case 2: //modified
|
||||
case 3: //not modified
|
||||
Items.removeOne(item);
|
||||
Items.removeAll(item);
|
||||
delete item;
|
||||
emit fileModified();
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue