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 08:39:45 -07:00
Родитель bccb64fe9e
Коммит 499ca63574
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;