Fix deleting selected files in the trashbin

This commit is contained in:
Robin Appelman 2014-12-08 15:16:15 +01:00
parent e6908f8b89
commit b2d4e53f66
1 changed files with 4 additions and 0 deletions

View File

@ -268,6 +268,10 @@
updateStorageStatistics: function() {
// no op because the trashbin doesn't have
// storage info like free space / used space
},
isSelectedDeletable: function() {
return true;
}
});