Bug 431671 - Can still remove root folders shortcuts using Cut (r=mano, a=beltzner)

This commit is contained in:
dietrich%mozilla.com 2008-05-02 15:39:45 +00:00
Родитель 9365ecb7a0
Коммит bccbd1d49e
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -989,6 +989,9 @@ PlacesController.prototype = {
* as part of another operation.
*/
remove: function PC_remove(aTxnName) {
if (!this._hasRemovableSelection(false))
return;
NS_ASSERT(aTxnName !== undefined, "Must supply Transaction Name");
var root = this._view.getResult().root;